Class: Aws::DataExchange::Types::CreateS3DataAccessFromS3BucketRequestDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#asset_sourceTypes::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_idString

The unique identifier for the data set associated with the creation of this Amazon S3 data access.

Returns:

  • (String)


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_idString

The unique identifier for a revision.

Returns:

  • (String)


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