Class: Aws::DataExchange::Types::AssetConfiguration

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

Overview

The configuration for the asset, which can include tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The tags to be applied to assets created by the job.

Returns:



187
188
189
190
191
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 187

class AssetConfiguration < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end