class Aws::Cloud9::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "EnvironmentArn", # required tags: [ # required { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the Cloud9 development environment to add tags to. @return [String]
@!attribute [rw] tags
The list of tags to add to the given Cloud9 development environment. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE