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

Class: Aws::SageMaker::Types::ListTagsOutput

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If response is truncated, Amazon SageMaker includes a token in the response. You can use this token in your subsequent request to fetch next set of tokens.

Returns:

  • (String)

    If response is truncated, Amazon SageMaker includes a token in the response.

#tagsArray<Types::Tag>

An array of Tag objects, each with a tag key and a value.

Returns:

  • (Array<Types::Tag>)

    An array of Tag objects, each with a tag key and a value.