Class: Aws::GreengrassV2::Types::BatchAssociateClientDeviceWithCoreDeviceRequest

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_device_thing_nameString

The name of the core device. This is also the name of the IoT thing.

Returns:

  • (String)


138
139
140
141
142
143
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 138

class BatchAssociateClientDeviceWithCoreDeviceRequest < Struct.new(
  :entries,
  :core_device_thing_name)
  SENSITIVE = []
  include Aws::Structure
end

#entriesArray<Types::AssociateClientDeviceWithCoreDeviceEntry>

The list of client devices to associate.



138
139
140
141
142
143
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 138

class BatchAssociateClientDeviceWithCoreDeviceRequest < Struct.new(
  :entries,
  :core_device_thing_name)
  SENSITIVE = []
  include Aws::Structure
end