Class: Aws::DataZone::Types::S3PropertiesPatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::S3PropertiesPatch
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The Amazon S3 properties patch of a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#register_s3_access_grant_location ⇒ Boolean
Specifies whether to register the Amazon S3 Access Grant location.
-
#s3_access_grant_location_id ⇒ String
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties patch of a connection.
-
#s3_uri ⇒ String
The Amazon S3 URI that's part of the Amazon S3 properties patch of a connection.
Instance Attribute Details
#register_s3_access_grant_location ⇒ Boolean
Specifies whether to register the Amazon S3 Access Grant location.
18584 18585 18586 18587 18588 18589 18590 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18584 class S3PropertiesPatch < Struct.new( :s3_uri, :s3_access_grant_location_id, :register_s3_access_grant_location) SENSITIVE = [] include Aws::Structure end |
#s3_access_grant_location_id ⇒ String
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties patch of a connection.
18584 18585 18586 18587 18588 18589 18590 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18584 class S3PropertiesPatch < Struct.new( :s3_uri, :s3_access_grant_location_id, :register_s3_access_grant_location) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The Amazon S3 URI that's part of the Amazon S3 properties patch of a connection.
18584 18585 18586 18587 18588 18589 18590 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18584 class S3PropertiesPatch < Struct.new( :s3_uri, :s3_access_grant_location_id, :register_s3_access_grant_location) SENSITIVE = [] include Aws::Structure end |