Class: Aws::ChimeSDKIdentity::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::Tag
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
Note:
When making an API call, you may pass Tag data as a hash:
{
key: "TagKey", # required
value: "TagValue", # required
}
A tag object containing a key-value pair.
Constant Summary collapse
- SENSITIVE =
[:key, :value]
Instance Attribute Summary collapse
-
#key ⇒ String
The key in a tag.
-
#value ⇒ String
The value in a tag.