Class: Aws::GreengrassV2::Types::ListCoreDevicesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#core_devicesArray<Types::CoreDevice>

A list that summarizes each core device.

Returns:



2510
2511
2512
2513
2514
2515
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2510

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

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


2510
2511
2512
2513
2514
2515
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2510

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