class Aws::Proton::Types::TagResourceInput
@note When making an API call, you may pass TagResourceInput
data as a hash: { resource_arn: "Arn", # required tags: [ # required { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the resource that the resource tag is applied to. @return [String]
@!attribute [rw] tags
An array of resource tags to apply to a resource. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/TagResourceInput AWS API Documentation
Constants
- SENSITIVE