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
- Struct
- Aws::SageMaker::Types::ListTagsOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ String
If response is truncated, Amazon SageMaker includes a token in the response.
-
#tags ⇒ Array<Types::Tag>
An array of
Tag
objects, each with a tag key and a value.
Instance Attribute Details
#next_token ⇒ String
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.
#tags ⇒ Array<Types::Tag>
An array of Tag
objects, each with a tag key and a value.