Class: Aws::DataExchange::Types::ExportAssetsToS3ResponseDetails

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

Overview

Details about the export to Amazon S3 response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_destinationsArray<Types::AssetDestinationEntry>

The destination in Amazon S3 where the asset is exported.

Returns:



1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1092

class ExportAssetsToS3ResponseDetails < 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)


1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1092

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

#encryptionTypes::ExportServerSideEncryption

Encryption configuration of the export job.



1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1092

class ExportAssetsToS3ResponseDetails < 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 response.

Returns:

  • (String)


1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1092

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