Class: Aws::SnowDeviceManagement::Types::ListDevicesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::ListDevicesInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of the job used to order the device.
-
#max_results ⇒ Integer
The maximum number of devices to list per page.
-
#next_token ⇒ String
A pagination token to continue to the next page of results.
Instance Attribute Details
#job_id ⇒ String
The ID of the job used to order the device.
737 738 739 740 741 742 743 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 737 class ListDevicesInput < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of devices to list per page.
737 738 739 740 741 742 743 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 737 class ListDevicesInput < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to continue to the next page of results.
737 738 739 740 741 742 743 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 737 class ListDevicesInput < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |