Class: Aws::AppConfig::Types::ResourceTags

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<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.

Returns:

  • (Hash<String,String>)


2214
2215
2216
2217
2218
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2214

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