Class: Aws::GreengrassV2::Types::ListClientDevicesAssociatedWithCoreDeviceResponse

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

#associated_client_devicesArray<Types::AssociatedClientDevice>

A list that describes the client devices that are associated with the core device.

Returns:



2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2363

class ListClientDevicesAssociatedWithCoreDeviceResponse < Struct.new(
  :associated_client_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)


2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2363

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