Class: Aws::DataExchange::Types::CreateS3DataAccessFromS3BucketResponseDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/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

Instance Attribute Details

#asset_sourceTypes::S3DataAccessAssetSourceEntry

Details about the asset source from an Amazon S3 bucket.



702
703
704
705
706
707
708
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 702

class CreateS3DataAccessFromS3BucketResponseDetails < Struct.new(
  :asset_source,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

The unique identifier for this data set.

Returns:

  • (String)


702
703
704
705
706
707
708
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 702

class CreateS3DataAccessFromS3BucketResponseDetails < Struct.new(
  :asset_source,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The unique identifier for the revision.

Returns:

  • (String)


702
703
704
705
706
707
708
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 702

class CreateS3DataAccessFromS3BucketResponseDetails < Struct.new(
  :asset_source,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end