Class: Aws::GreengrassV2::Types::AssociateClientDeviceWithCoreDeviceEntry

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

Overview

Contains a request to associate a client device with a core device. The BatchAssociateClientDeviceWithCoreDevice operation consumes a list of these requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_nameString

The name of the IoT thing that represents the client device to associate.

Returns:

  • (String)


41
42
43
44
45
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 41

class AssociateClientDeviceWithCoreDeviceEntry < Struct.new(
  :thing_name)
  SENSITIVE = []
  include Aws::Structure
end