class Aws::CodeDeploy::Types::TagResourceInput
@note When making an API call, you may pass TagResourceInput
data as a hash: { resource_arn: "Arn", # required tags: [ # required { key: "Key", value: "Value", }, ], }
@!attribute [rw] resource_arn
The ARN of a resource, such as a CodeDeploy application or deployment group. @return [String]
@!attribute [rw] tags
A list of tags that `TagResource` associates with a resource. The resource is identified by the `ResourceArn` input parameter. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TagResourceInput AWS API Documentation
Constants
- SENSITIVE