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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


29427
29428
29429
29430
29431
29432
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29427

class ListTagsOutput < Struct.new(
  :tags,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

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

Returns:



29427
29428
29429
29430
29431
29432
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29427

class ListTagsOutput < Struct.new(
  :tags,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end