class Aws::Amplify::Types::TagResourceRequest

The request structure to tag a resource with a tag key and value.

@note When making an API call, you may pass TagResourceRequest

data as a hash:

    {
      resource_arn: "ResourceArn", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) to use to tag a resource.
@return [String]

@!attribute [rw] tags

The tags used to tag the resource.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/TagResourceRequest AWS API Documentation

Constants

SENSITIVE