Class: Aws::Types::BatchAssociateClientDeviceWithCoreDeviceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#core_device_thing_name ⇒ ::String

Returns the value of attribute core_device_thing_name.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def core_device_thing_name
  @core_device_thing_name
end

#entries ⇒ ::Array[Types::AssociateClientDeviceWithCoreDeviceEntry]

Returns the value of attribute entries.



45
46
47
# File 'sig/types.rbs', line 45

def entries
  @entries
end