Class: Aws::Types::ProvisionDeviceResponse
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionDeviceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#certificates ⇒ ::String
Returns the value of attribute certificates.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#iot_thing_name ⇒ ::String
Returns the value of attribute iot_thing_name.
-
#status ⇒ "AWAITING_PROVISIONING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
738 739 740 |
# File 'sig/types.rbs', line 738 def arn @arn end |
#certificates ⇒ ::String
Returns the value of attribute certificates.
739 740 741 |
# File 'sig/types.rbs', line 739 def certificates @certificates end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
740 741 742 |
# File 'sig/types.rbs', line 740 def device_id @device_id end |
#iot_thing_name ⇒ ::String
Returns the value of attribute iot_thing_name.
741 742 743 |
# File 'sig/types.rbs', line 741 def iot_thing_name @iot_thing_name end |
#status ⇒ "AWAITING_PROVISIONING", ...
Returns the value of attribute status.
742 743 744 |
# File 'sig/types.rbs', line 742 def status @status end |