Class: Aws::SageMaker::Types::ListUltraServersByReservedCapacityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListUltraServersByReservedCapacityRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of UltraServers to return in the response.
-
#next_token ⇒ String
If the previous response was truncated, you receive this token.
-
#reserved_capacity_arn ⇒ String
The ARN of the reserved capacity to list UltraServers for.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of UltraServers to return in the response. The default value is 10.
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_token ⇒ String
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
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_arn ⇒ String
The ARN of the reserved capacity to list UltraServers for.
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 |