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

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

#domainsArray<Types::DomainDetails>

The list of domains.

Returns:



24132
24133
24134
24135
24136
24137
# File 'lib/aws-sdk-sagemaker/types.rb', line 24132

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)


24132
24133
24134
24135
24136
24137
# File 'lib/aws-sdk-sagemaker/types.rb', line 24132

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