Module: Aws::IoTManagedIntegrations::Client::_GetDeviceDiscoveryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDeviceDiscoveryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_association_id ⇒ ::String
- #arn ⇒ ::String
- #connector_association_id ⇒ ::String
- #controller_id ⇒ ::String
- #discovery_type ⇒ "ZWAVE", ...
- #finished_at ⇒ ::Time
- #id ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "RUNNING", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#account_association_id ⇒ ::String
533 |
# File 'sig/client.rbs', line 533
def account_association_id: () -> ::String
|
#arn ⇒ ::String
527 |
# File 'sig/client.rbs', line 527
def arn: () -> ::String
|
#connector_association_id ⇒ ::String
532 |
# File 'sig/client.rbs', line 532
def connector_association_id: () -> ::String
|
#controller_id ⇒ ::String
531 |
# File 'sig/client.rbs', line 531
def controller_id: () -> ::String
|
#discovery_type ⇒ "ZWAVE", ...
528 |
# File 'sig/client.rbs', line 528
def discovery_type: () -> ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM" | "CONTROLLER_CAPABILITY_REDISCOVERY")
|
#finished_at ⇒ ::Time
534 |
# File 'sig/client.rbs', line 534
def finished_at: () -> ::Time
|
#id ⇒ ::String
526 |
# File 'sig/client.rbs', line 526
def id: () -> ::String
|
#started_at ⇒ ::Time
530 |
# File 'sig/client.rbs', line 530
def started_at: () -> ::Time
|
#status ⇒ "RUNNING", ...
529 |
# File 'sig/client.rbs', line 529
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT")
|
#tags ⇒ ::Hash[::String, ::String]
535 |
# File 'sig/client.rbs', line 535
def tags: () -> ::Hash[::String, ::String]
|