Class: Aws::SageMaker::Types::ListUltraServersByReservedCapacityResponse

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

#next_tokenString

If the response is truncated, SageMaker returns this token. Use it in the next request to retrieve the next set of UltraServers.

Returns:

  • (String)


35464
35465
35466
35467
35468
35469
# File 'lib/aws-sdk-sagemaker/types.rb', line 35464

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

#ultra_serversArray<Types::UltraServer>

A list of UltraServers that are part of the specified reserved capacity.

Returns:



35464
35465
35466
35467
35468
35469
# File 'lib/aws-sdk-sagemaker/types.rb', line 35464

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