Module: Aws::IoTWireless::Client::_GetWirelessDeviceImportTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWirelessDeviceImportTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #destination_name ⇒ ::String
- #failed_imported_device_count ⇒ ::Integer
- #id ⇒ ::String
- #initialized_imported_device_count ⇒ ::Integer
- #onboarded_imported_device_count ⇒ ::Integer
- #pending_imported_device_count ⇒ ::Integer
- #positioning ⇒ "Enabled", "Disabled"
- #sidewalk ⇒ Types::SidewalkGetStartImportInfo
- #status ⇒ "INITIALIZING", ...
- #status_reason ⇒ ::String
Instance Method Details
#arn ⇒ ::String
1120 |
# File 'sig/client.rbs', line 1120
def arn: () -> ::String
|
#creation_time ⇒ ::Time
1124 |
# File 'sig/client.rbs', line 1124
def creation_time: () -> ::Time
|
#destination_name ⇒ ::String
1121 |
# File 'sig/client.rbs', line 1121
def destination_name: () -> ::String
|
#failed_imported_device_count ⇒ ::Integer
1130 |
# File 'sig/client.rbs', line 1130
def failed_imported_device_count: () -> ::Integer
|
#id ⇒ ::String
1119 |
# File 'sig/client.rbs', line 1119
def id: () -> ::String
|
#initialized_imported_device_count ⇒ ::Integer
1127 |
# File 'sig/client.rbs', line 1127
def initialized_imported_device_count: () -> ::Integer
|
#onboarded_imported_device_count ⇒ ::Integer
1129 |
# File 'sig/client.rbs', line 1129
def onboarded_imported_device_count: () -> ::Integer
|
#pending_imported_device_count ⇒ ::Integer
1128 |
# File 'sig/client.rbs', line 1128
def pending_imported_device_count: () -> ::Integer
|
#positioning ⇒ "Enabled", "Disabled"
1122 |
# File 'sig/client.rbs', line 1122
def positioning: () -> ("Enabled" | "Disabled")
|
#sidewalk ⇒ Types::SidewalkGetStartImportInfo
1123 |
# File 'sig/client.rbs', line 1123
def sidewalk: () -> Types::SidewalkGetStartImportInfo
|
#status ⇒ "INITIALIZING", ...
1125 |
# File 'sig/client.rbs', line 1125
def status: () -> ("INITIALIZING" | "INITIALIZED" | "PENDING" | "COMPLETE" | "FAILED" | "DELETING")
|
#status_reason ⇒ ::String
1126 |
# File 'sig/client.rbs', line 1126
def status_reason: () -> ::String
|