Class: Aws::AppConfig::Types::ResourceTags
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::ResourceTags
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
Metadata to assign to AppConfig resources.
Instance Attribute Details
#tags ⇒ Hash<String,String>
Metadata to assign to AppConfig resources. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
2341 2342 2343 2344 2345 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2341 class ResourceTags < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |