Class: Aws::SnowDeviceManagement::Types::ListDevicesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::ListDevicesOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#devices ⇒ Array<Types::DeviceSummary>
A list of device structures that contain information about the device.
-
#next_token ⇒ String
A pagination token to continue to the next page of devices.
Instance Attribute Details
#devices ⇒ Array<Types::DeviceSummary>
A list of device structures that contain information about the device.
756 757 758 759 760 761 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 756 class ListDevicesOutput < Struct.new( :devices, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to continue to the next page of devices.
756 757 758 759 760 761 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 756 class ListDevicesOutput < Struct.new( :devices, :next_token) SENSITIVE = [] include Aws::Structure end |