Class: Aws::SageMaker::Types::ListDevicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListDevicesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_summaries ⇒ Array<Types::DeviceSummary>
Summary of devices.
-
#next_token ⇒ String
The response from the last list when returning a list large enough to need tokening.
Instance Attribute Details
#device_summaries ⇒ Array<Types::DeviceSummary>
Summary of devices.
27308 27309 27310 27311 27312 27313 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27308 class ListDevicesResponse < Struct.new( :device_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.
27308 27309 27310 27311 27312 27313 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27308 class ListDevicesResponse < Struct.new( :device_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |