Class: Aws::IoT1ClickDevicesService::Types::ListDevicesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#devicesArray<Types::DeviceDescription>

A list of devices.

Returns:



433
434
435
436
437
438
# File 'gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/types.rb', line 433

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

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


433
434
435
436
437
438
# File 'gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/types.rb', line 433

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