You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::ListTagsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTagsInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of tags to return.

Returns:

  • (Integer)

    Maximum number of tags to return.

#next_tokenString

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.

Returns:

  • (String)

    If the response to the previous ListTags request is truncated, Amazon SageMaker returns this token.

#resource_arnString

The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.