Module: Aws::Panorama::Client::_ProvisionDeviceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ProvisionDeviceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #certificates ⇒ ::String
- #device_id ⇒ ::String
- #iot_thing_name ⇒ ::String
- #status ⇒ "AWAITING_PROVISIONING", ...
Instance Method Details
#arn ⇒ ::String
545 |
# File 'sig/client.rbs', line 545
def arn: () -> ::String
|
#certificates ⇒ ::String
546 |
# File 'sig/client.rbs', line 546
def certificates: () -> ::String
|
#device_id ⇒ ::String
547 |
# File 'sig/client.rbs', line 547
def device_id: () -> ::String
|
#iot_thing_name ⇒ ::String
548 |
# File 'sig/client.rbs', line 548
def iot_thing_name: () -> ::String
|
#status ⇒ "AWAITING_PROVISIONING", ...
549 |
# File 'sig/client.rbs', line 549
def status: () -> ("AWAITING_PROVISIONING" | "PENDING" | "SUCCEEDED" | "FAILED" | "ERROR" | "DELETING")
|