class Aws::ApiGatewayV2::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "__string", # required
      tags: {
        "__string" => "StringWithLengthBetween1And1600",
      },
    }

@!attribute [rw] resource_arn

@return [String]

@!attribute [rw] tags

Represents a collection of tags associated with the resource.
@return [Hash<String,String>]

Constants

SENSITIVE