Class: Aws::DataExchange::Types::CreateS3DataAccessFromS3BucketRequestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::CreateS3DataAccessFromS3BucketRequestDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Details of the operation to create an Amazon S3 data access from an S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_source ⇒ Types::S3DataAccessAssetSourceEntry
Details about the S3 data access source asset.
-
#data_set_id ⇒ String
The unique identifier for the data set associated with the creation of this Amazon S3 data access.
-
#revision_id ⇒ String
The unique identifier for a revision.
Instance Attribute Details
#asset_source ⇒ Types::S3DataAccessAssetSourceEntry
Details about the S3 data access source asset.
885 886 887 888 889 890 891 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 885 class CreateS3DataAccessFromS3BucketRequestDetails < Struct.new( :asset_source, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for the data set associated with the creation of this Amazon S3 data access.
885 886 887 888 889 890 891 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 885 class CreateS3DataAccessFromS3BucketRequestDetails < Struct.new( :asset_source, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The unique identifier for a revision.
885 886 887 888 889 890 891 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 885 class CreateS3DataAccessFromS3BucketRequestDetails < Struct.new( :asset_source, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |