Class: Aws::DataExchange::Types::RevisionDestinationEntry

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

Overview

The destination where the assets in the revision will be exported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The Amazon S3 bucket that is the destination for the assets in the revision.

Returns:

  • (String)


2730
2731
2732
2733
2734
2735
2736
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2730

class RevisionDestinationEntry < Struct.new(
  :bucket,
  :key_pattern,
  :revision_id)
  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)


2730
2731
2732
2733
2734
2735
2736
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2730

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

#revision_idString

The unique identifier for the revision.

Returns:

  • (String)


2730
2731
2732
2733
2734
2735
2736
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2730

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