class Aws::SageMaker::Types::ListTagsInput

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource whose tags you want
to retrieve.
@return [String]

@!attribute [rw] next_token

If the response to the previous `ListTags` request is truncated,
Amazon SageMaker returns this token. To retrieve the next set of
tags, use it in the subsequent request.
@return [String]

@!attribute [rw] max_results

Maximum number of tags to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTagsInput AWS API Documentation

Constants

SENSITIVE