class Aws::States::Types::TagResourceInput
@note When making an API call, you may pass TagResourceInput
data as a hash: { resource_arn: "Arn", # required tags: [ # required { key: "TagKey", value: "TagValue", }, ], }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) for the Step Functions state machine or activity. @return [String]
@!attribute [rw] tags
The list of tags to add to a resource. Tags may only contain Unicode letters, digits, white space, or these symbols: `_ . : / = + - @`. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/TagResourceInput AWS API Documentation
Constants
- SENSITIVE