Class: Aws::DataExchange::Types::AutoExportRevisionDestinationEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::AutoExportRevisionDestinationEntry
- 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
-
#bucket ⇒ String
The Amazon S3 bucket that is the destination for the event action.
-
#key_pattern ⇒ String
A string representing the pattern for generated names of the individual assets in the revision.
Instance Attribute Details
#bucket ⇒ String
The Amazon S3 bucket that is the destination for the event action.
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_pattern ⇒ String
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
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 |