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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of tags to return.

Returns:

  • (Integer)


27585
27586
27587
27588
27589
27590
27591
# File 'lib/aws-sdk-sagemaker/types.rb', line 27585

class ListTagsInput < Struct.new(
  :resource_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response to the previous ‘ListTags` request is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request.

Returns:

  • (String)


27585
27586
27587
27588
27589
27590
27591
# File 'lib/aws-sdk-sagemaker/types.rb', line 27585

class ListTagsInput < Struct.new(
  :resource_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

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

Returns:

  • (String)


27585
27586
27587
27588
27589
27590
27591
# File 'lib/aws-sdk-sagemaker/types.rb', line 27585

class ListTagsInput < Struct.new(
  :resource_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end