Class: Aws::Types::BatchDisassociateClientDeviceFromCoreDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDisassociateClientDeviceFromCoreDeviceRequest
- 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::DisassociateClientDeviceFromCoreDeviceEntry]
Returns the value of attribute entries.
Instance Attribute Details
#core_device_thing_name ⇒ ::String
Returns the value of attribute core_device_thing_name.
57 58 59 |
# File 'sig/types.rbs', line 57 def core_device_thing_name @core_device_thing_name end |
#entries ⇒ ::Array[Types::DisassociateClientDeviceFromCoreDeviceEntry]
Returns the value of attribute entries.
56 57 58 |
# File 'sig/types.rbs', line 56 def entries @entries end |