Class: Aws::Types::CreateThingResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateThingResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
-
#thing_id ⇒ ::String
Returns the value of attribute thing_id.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def thing_arn @thing_arn end |
#thing_id ⇒ ::String
Returns the value of attribute thing_id.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def thing_id @thing_id end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def thing_name @thing_name end |