Class: Aws::WorkLink::Types::ListDevicesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#devicesArray<Types::DeviceSummary>

Information about the devices.

Returns:



730
731
732
733
734
735
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 730

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

#next_tokenString

The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Returns:

  • (String)


730
731
732
733
734
735
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 730

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