class Aws::Glue::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "GlueResourceArn", # required tags_to_add: { # required "TagKey" => "TagValue", }, }
@!attribute [rw] resource_arn
The ARN of the Glue resource to which to add the tags. For more information about Glue resource ARNs, see the [Glue ARN string pattern][1]. [1]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id @return [String]
@!attribute [rw] tags_to_add
Tags to add to this resource. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE