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