class Aws::DirectConnect::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "ResourceArn", # required tags: [ # required { key: "TagKey", # required value: "TagValue", }, ], }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the resource. @return [String]
@!attribute [rw] tags
The tags to add. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE