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.
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_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.
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_arn ⇒ String
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 |