Class: Aws::SSOAdmin::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::Tag
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Note:
When making an API call, you may pass Tag data as a hash:
{
key: "TagKey",
value: "TagValue",
}
A set of key-value pairs that are used to manage the resource. Tags can only be applied to permission sets and cannot be applied to corresponding roles that AWS SSO creates in AWS accounts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key for the tag.
-
#value ⇒ String
The value of the tag.