Class: Aws::DataExchange::Types::AssetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::AssetConfiguration
- 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
-
#tags ⇒ Array<Types::Tag>
The tags to be applied to assets created by the job.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The tags to be applied to assets created by the job.
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 |