Module: Aws::IoTSiteWise::Client::_StartSearchResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartSearchResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#group_id ⇒ ::String
2369 |
# File 'sig/client.rbs', line 2369
def group_id: () -> ::String
|
#search_id ⇒ ::String
2366 |
# File 'sig/client.rbs', line 2366
def search_id: () -> ::String
|
#status ⇒ "QUEUED", ...
2368 |
# File 'sig/client.rbs', line 2368
def status: () -> ("QUEUED" | "RUNNING" | "SUCCEEDED" | "FAILED")
|
#workspace_name ⇒ ::String
2367 |
# File 'sig/client.rbs', line 2367
def workspace_name: () -> ::String
|