Class: Aws::Types::DissociateEntityFromThingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_type"DEVICE", ...

Returns the value of attribute entity_type.

Returns:

  • ("DEVICE", "SERVICE", "DEVICE_MODEL", "CAPABILITY", "STATE", "ACTION", "EVENT", "PROPERTY", "MAPPING", "ENUM")


147
148
149
# File 'sig/types.rbs', line 147

def entity_type
  @entity_type
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def thing_name
  @thing_name
end