Class: Aws::SnowDeviceManagement::Types::ListDevicesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#devicesArray<Types::DeviceSummary>

A list of device structures that contain information about the device.

Returns:



756
757
758
759
760
761
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 756

class ListDevicesOutput < Struct.new(
  :devices,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token to continue to the next page of devices.

Returns:

  • (String)


756
757
758
759
760
761
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 756

class ListDevicesOutput < Struct.new(
  :devices,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end