Class: Aws::SageMaker::Types::ListDeviceFleetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListDeviceFleetsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_fleet_summaries ⇒ Array<Types::DeviceFleetSummary>
Summary of the device fleet.
-
#next_token ⇒ String
The response from the last list when returning a list large enough to need tokening.
Instance Attribute Details
#device_fleet_summaries ⇒ Array<Types::DeviceFleetSummary>
Summary of the device fleet.
28546 28547 28548 28549 28550 28551 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28546 class ListDeviceFleetsResponse < Struct.new( :device_fleet_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The response from the last list when returning a list large enough to need tokening.
28546 28547 28548 28549 28550 28551 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28546 class ListDeviceFleetsResponse < Struct.new( :device_fleet_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |