Class: Aws::Types::UpdateThingTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThingTypeRequest
- 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.
-
#thing_type_properties ⇒ Types::ThingTypeProperties
Returns the value of attribute thing_type_properties.
Instance Attribute Details
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
5398 5399 5400 |
# File 'sig/types.rbs', line 5398 def thing_type_name @thing_type_name end |
#thing_type_properties ⇒ Types::ThingTypeProperties
Returns the value of attribute thing_type_properties.
5399 5400 5401 |
# File 'sig/types.rbs', line 5399 def thing_type_properties @thing_type_properties end |