class Aws::IVS::Types::ListTagsForResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the resource to be retrieved.
@return [String]

@!attribute [rw] next_token

The first tag to retrieve. This is used for pagination; see the
`nextToken` response field.
@return [String]

@!attribute [rw] max_results

Maximum number of tags to return. Default: 50.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/ListTagsForResourceRequest AWS API Documentation

Constants

SENSITIVE