Class: Aws::DataExchange::Types::ExportRevisionsToS3ResponseDetails

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

Overview

Details about the export revisions to Amazon S3 response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_idString

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

Returns:

  • (String)


1147
1148
1149
1150
1151
1152
1153
1154
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1147

class ExportRevisionsToS3ResponseDetails < Struct.new(
  :data_set_id,
  :encryption,
  :revision_destinations,
  :event_action_arn)
  SENSITIVE = []
  include Aws::Structure
end

#encryptionTypes::ExportServerSideEncryption

Encryption configuration of the export job.



1147
1148
1149
1150
1151
1152
1153
1154
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1147

class ExportRevisionsToS3ResponseDetails < Struct.new(
  :data_set_id,
  :encryption,
  :revision_destinations,
  :event_action_arn)
  SENSITIVE = []
  include Aws::Structure
end

#event_action_arnString

The Amazon Resource Name (ARN) of the event action.

Returns:

  • (String)


1147
1148
1149
1150
1151
1152
1153
1154
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1147

class ExportRevisionsToS3ResponseDetails < Struct.new(
  :data_set_id,
  :encryption,
  :revision_destinations,
  :event_action_arn)
  SENSITIVE = []
  include Aws::Structure
end

#revision_destinationsArray<Types::RevisionDestinationEntry>

The destination in Amazon S3 where the revision is exported.



1147
1148
1149
1150
1151
1152
1153
1154
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1147

class ExportRevisionsToS3ResponseDetails < Struct.new(
  :data_set_id,
  :encryption,
  :revision_destinations,
  :event_action_arn)
  SENSITIVE = []
  include Aws::Structure
end