Class: Aws::Types::DeleteThingRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteThingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def expected_version @expected_version end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def thing_name @thing_name end |