Class: Aws::Types::DeprecateThingTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeprecateThingTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
-
#undo_deprecate ⇒ Boolean
Returns the value of attribute undo_deprecate.
Instance Attribute Details
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def thing_type_name @thing_type_name end |
#undo_deprecate ⇒ Boolean
Returns the value of attribute undo_deprecate.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def undo_deprecate @undo_deprecate end |