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

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



677
678
679
680
681
682
683
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 677

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)


677
678
679
680
681
682
683
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 677

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)


677
678
679
680
681
682
683
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 677

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