Class: Aws::SageMaker::Types::ListDomainsResponse

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

#domainsArray<Types::DomainDetails>

The list of domains.

Returns:



25911
25912
25913
25914
25915
25916
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25911

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

#next_tokenString

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

Returns:

  • (String)


25911
25912
25913
25914
25915
25916
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25911

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