Class: Aws::Types::BatchDisassociateClientDeviceFromCoreDeviceRequest

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)


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