class Aws::IoTTwinMaker::Types::ListTagsForResourceRequest

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

data as a hash:

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

@!attribute [rw] max_results

The maximum number of results to display.
@return [Integer]

@!attribute [rw] next_token

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

@!attribute [rw] resource_arn

The ARN of the resource.
@return [String]

Constants

SENSITIVE