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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


353
354
355
356
357
358
# File 'lib/aws-sdk-dataexchange/types.rb', line 353

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].

[1]: docs.aws.amazon.com/data-exchange/latest/userguide/jobs.html#revision-export-keypatterns

Returns:

  • (String)


353
354
355
356
357
358
# File 'lib/aws-sdk-dataexchange/types.rb', line 353

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