Class: Aws::DataExchange::Types::AutoExportRevisionDestinationEntry

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

Overview

A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The Amazon S3 bucket that is the destination for the event action.

Returns:

  • (String)


269
270
271
272
273
274
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 269

class AutoExportRevisionDestinationEntry < Struct.new(
  :bucket,
  :key_pattern)
  SENSITIVE = []
  include Aws::Structure
end

#key_patternString

A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.

Returns:

  • (String)


269
270
271
272
273
274
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 269

class AutoExportRevisionDestinationEntry < Struct.new(
  :bucket,
  :key_pattern)
  SENSITIVE = []
  include Aws::Structure
end