Class: Aws::SageMaker::Types::ListUltraServersByReservedCapacityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListUltraServersByReservedCapacityResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
-
#ultra_servers ⇒ Array<Types::UltraServer>
A list of UltraServers that are part of the specified reserved capacity.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, SageMaker returns this token. Use it in the next request to retrieve the next set of UltraServers.
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_servers ⇒ Array<Types::UltraServer>
A list of UltraServers that are part of the specified reserved capacity.
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 |