Class: Aws::Types::CreateThingTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateThingTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#thing_type_arn ⇒ ::String
Returns the value of attribute thing_type_arn.
-
#thing_type_id ⇒ ::String
Returns the value of attribute thing_type_id.
-
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
Instance Attribute Details
#thing_type_arn ⇒ ::String
Returns the value of attribute thing_type_arn.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def thing_type_arn @thing_type_arn end |
#thing_type_id ⇒ ::String
Returns the value of attribute thing_type_id.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def thing_type_id @thing_type_id end |
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def thing_type_name @thing_type_name end |