Class: Aws::Types::AssociateEntityToThingRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateEntityToThingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#namespace_version ⇒ ::Integer
Returns the value of attribute namespace_version.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def entity_id @entity_id end |
#namespace_version ⇒ ::Integer
Returns the value of attribute namespace_version.
14 15 16 |
# File 'sig/types.rbs', line 14 def namespace_version @namespace_version end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
12 13 14 |
# File 'sig/types.rbs', line 12 def thing_name @thing_name end |