Class: Aws::Types::CreateThingRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateThingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_payload ⇒ Types::AttributePayload
Returns the value of attribute attribute_payload.
-
#billing_group_name ⇒ ::String
Returns the value of attribute billing_group_name.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
Instance Attribute Details
#attribute_payload ⇒ Types::AttributePayload
Returns the value of attribute attribute_payload.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def attribute_payload @attribute_payload end |
#billing_group_name ⇒ ::String
Returns the value of attribute billing_group_name.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def billing_group_name @billing_group_name end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def thing_name @thing_name end |
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def thing_type_name @thing_type_name end |