class Aws::IoTThingsGraph::Types::ListTagsForResourceRequest

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

data as a hash:

    {
      max_results: 1,
      resource_arn: "ResourceArn", # required
      next_token: "NextToken",
    }

@!attribute [rw] max_results

The maximum number of tags to return.
@return [Integer]

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource whose tags are to be
returned.
@return [String]

@!attribute [rw] next_token

The token that specifies the next page of results to return.
@return [String]

Constants

SENSITIVE