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.



35444
35445
35446
35447
35448
35449
35450
# File 'lib/aws-sdk-sagemaker/types.rb', line 35444

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.



35444
35445
35446
35447
35448
35449
35450
# File 'lib/aws-sdk-sagemaker/types.rb', line 35444

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.



35444
35445
35446
35447
35448
35449
35450
# File 'lib/aws-sdk-sagemaker/types.rb', line 35444

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