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
1132 |
# File 'sig/client.rbs', line 1132
def arn: () -> ::String
|
#creation_time ⇒ ::Time
1136 |
# File 'sig/client.rbs', line 1136
def creation_time: () -> ::Time
|
#destination_name ⇒ ::String
1133 |
# File 'sig/client.rbs', line 1133
def destination_name: () -> ::String
|
#failed_imported_device_count ⇒ ::Integer
1142 |
# File 'sig/client.rbs', line 1142
def failed_imported_device_count: () -> ::Integer
|
#id ⇒ ::String
1131 |
# File 'sig/client.rbs', line 1131
def id: () -> ::String
|
#initialized_imported_device_count ⇒ ::Integer
1139 |
# File 'sig/client.rbs', line 1139
def initialized_imported_device_count: () -> ::Integer
|
#onboarded_imported_device_count ⇒ ::Integer
1141 |
# File 'sig/client.rbs', line 1141
def onboarded_imported_device_count: () -> ::Integer
|
#pending_imported_device_count ⇒ ::Integer
1140 |
# File 'sig/client.rbs', line 1140
def pending_imported_device_count: () -> ::Integer
|
#positioning ⇒ "Enabled", "Disabled"
1134 |
# File 'sig/client.rbs', line 1134
def positioning: () -> ("Enabled" | "Disabled")
|
#sidewalk ⇒ Types::SidewalkGetStartImportInfo
1135 |
# File 'sig/client.rbs', line 1135
def sidewalk: () -> Types::SidewalkGetStartImportInfo
|
#status ⇒ "INITIALIZING", ...
1137 |
# File 'sig/client.rbs', line 1137
def status: () -> ("INITIALIZING" | "INITIALIZED" | "PENDING" | "COMPLETE" | "FAILED" | "DELETING")
|
#status_reason ⇒ ::String
1138 |
# File 'sig/client.rbs', line 1138
def status_reason: () -> ::String
|