Class: Aws::Types::BatchAssociateClientDeviceWithCoreDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateClientDeviceWithCoreDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_device_thing_name ⇒ ::String
Returns the value of attribute core_device_thing_name.
-
#entries ⇒ ::Array[Types::AssociateClientDeviceWithCoreDeviceEntry]
Returns the value of attribute entries.
Instance Attribute Details
#core_device_thing_name ⇒ ::String
Returns the value of attribute core_device_thing_name.
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 |