Class: Aws::Panorama::Types::ListDevicesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#devicesArray<Types::Device>

A list of devices.

Returns:



1669
1670
1671
1672
1673
1674
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1669

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

#next_tokenString

A pagination token that's included if more results are available.

Returns:

  • (String)


1669
1670
1671
1672
1673
1674
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1669

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