class Aws::ConfigService::Types::ListTagsForResourceRequest

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

data as a hash:

    {
      resource_arn: "AmazonResourceName", # required
      limit: 1,
      next_token: "NextToken",
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) that identifies the resource for
which to list the tags. Currently, the supported resources are
`ConfigRule`, `ConfigurationAggregator` and
`AggregatorAuthorization`.
@return [String]

@!attribute [rw] limit

The maximum number of tags returned on each page. The limit maximum
is 50. You cannot specify a number greater than 50. If you specify
0, Config uses the default.
@return [Integer]

@!attribute [rw] next_token

The `nextToken` string returned on a previous page that you use to
get the next page of results in a paginated response.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListTagsForResourceRequest AWS API Documentation

Constants

SENSITIVE