Class: Aws::DataExchange::Types::CreateS3DataAccessFromS3BucketResponseDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::CreateS3DataAccessFromS3BucketResponseDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Details about the response of the operation to create an S3 data access from an S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_source ⇒ Types::S3DataAccessAssetSourceEntry
Details about the asset source from an Amazon S3 bucket.
-
#data_set_id ⇒ String
The unique identifier for this data set.
-
#revision_id ⇒ String
The unique identifier for the revision.
Instance Attribute Details
#asset_source ⇒ Types::S3DataAccessAssetSourceEntry
Details about the asset source from an Amazon S3 bucket.
910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 910 class CreateS3DataAccessFromS3BucketResponseDetails < Struct.new( :asset_source, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for this data set.
910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 910 class CreateS3DataAccessFromS3BucketResponseDetails < Struct.new( :asset_source, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The unique identifier for the revision.
910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 910 class CreateS3DataAccessFromS3BucketResponseDetails < Struct.new( :asset_source, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |