Class: Aws::DataExchange::Types::ExportAssetsToS3RequestDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Details of the operation to be performed by the job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_destinationsArray<Types::AssetDestinationEntry>

The destination for the asset.

Returns:



1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1061

class ExportAssetsToS3RequestDetails < Struct.new(
  :asset_destinations,
  :data_set_id,
  :encryption,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

The unique identifier for the data set associated with this export job.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1061

class ExportAssetsToS3RequestDetails < Struct.new(
  :asset_destinations,
  :data_set_id,
  :encryption,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#encryptionTypes::ExportServerSideEncryption

Encryption configuration for the export job.



1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1061

class ExportAssetsToS3RequestDetails < Struct.new(
  :asset_destinations,
  :data_set_id,
  :encryption,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The unique identifier for the revision associated with this export request.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1061

class ExportAssetsToS3RequestDetails < Struct.new(
  :asset_destinations,
  :data_set_id,
  :encryption,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end