class Aws::APIGateway::Types::GetTagsRequest

Gets the Tags collection for a given resource.

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

data as a hash:

    {
      resource_arn: "String", # required
      position: "String",
      limit: 1,
    }

@!attribute [rw] resource_arn

\[Required\] The ARN of a resource that can be tagged.
@return [String]

@!attribute [rw] position

(Not currently supported) The current pagination position in the
paged result set.
@return [String]

@!attribute [rw] limit

(Not currently supported) The maximum number of returned results per
page. The default value is 25 and the maximum value is 500.
@return [Integer]

Constants

SENSITIVE