You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::States::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::Tag
- Defined in:
- (unknown)
Overview
Note:
When passing Tag as input to an Aws::Client method, you can use a vanilla Hash:
{
key: "TagKey",
value: "TagValue",
}
Tags are key-value pairs that can be associated with Step Functions state machines and activities.
An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide, and Controlling Access Using IAM Tags.
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @
.
Instance Attribute Summary collapse
-
#key ⇒ String
The key of a tag.
-
#value ⇒ String
The value of a tag.
Instance Attribute Details
#key ⇒ String
The key of a tag.
#value ⇒ String
The value of a tag.