Class: Aws::Types::UpdateThingRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_payload ⇒ Types::AttributePayload
Returns the value of attribute attribute_payload.
-
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
-
#remove_thing_type ⇒ Boolean
Returns the value of attribute remove_thing_type.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
Instance Attribute Details
#attribute_payload ⇒ Types::AttributePayload
Returns the value of attribute attribute_payload.
5388 5389 5390 |
# File 'sig/types.rbs', line 5388 def attribute_payload @attribute_payload end |
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
5389 5390 5391 |
# File 'sig/types.rbs', line 5389 def expected_version @expected_version end |
#remove_thing_type ⇒ Boolean
Returns the value of attribute remove_thing_type.
5390 5391 5392 |
# File 'sig/types.rbs', line 5390 def remove_thing_type @remove_thing_type end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
5386 5387 5388 |
# File 'sig/types.rbs', line 5386 def thing_name @thing_name end |
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
5387 5388 5389 |
# File 'sig/types.rbs', line 5387 def thing_type_name @thing_type_name end |