Class: Aws::Types::CreateThingTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateThingTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def @tags end |
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def thing_type_name @thing_type_name end |
#thing_type_properties ⇒ Types::ThingTypeProperties
Returns the value of attribute thing_type_properties.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def thing_type_properties @thing_type_properties end |