class Aws::EKS::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "String", # required tags: { # required "TagKey" => "TagValue", }, }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the resource to which to add tags. Currently, the supported resources are Amazon EKS clusters and managed node groups. @return [String]
@!attribute [rw] tags
The tags to add to the resource. A tag is an array of key-value pairs. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE