Class: Aws::SageMaker::Types::ListUltraServersByReservedCapacityRequest

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

The maximum number of UltraServers to return in the response. The default value is 10.

Returns:

  • (Integer)


36795
36796
36797
36798
36799
36800
36801
# File 'lib/aws-sdk-sagemaker/types.rb', line 36795

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

#next_tokenString

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

Returns:

  • (String)


36795
36796
36797
36798
36799
36800
36801
# File 'lib/aws-sdk-sagemaker/types.rb', line 36795

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

#reserved_capacity_arnString

The ARN of the reserved capacity to list UltraServers for.

Returns:

  • (String)


36795
36796
36797
36798
36799
36800
36801
# File 'lib/aws-sdk-sagemaker/types.rb', line 36795

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