Module: Aws::IoTSiteWise::Client::_DescribeSearchResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSearchResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #group_id ⇒ ::String
- #query_statement ⇒ ::String
- #search_id ⇒ ::String
- #search_type ⇒ "DEEP", "QUICK"
- #started_at ⇒ ::Time
- #status ⇒ "QUEUED", ...
- #status_reason ⇒ ::String
- #workspace_name ⇒ ::String
Instance Method Details
#group_id ⇒ ::String
1450 |
# File 'sig/client.rbs', line 1450
def group_id: () -> ::String
|
#query_statement ⇒ ::String
1446 |
# File 'sig/client.rbs', line 1446
def query_statement: () -> ::String
|
#search_id ⇒ ::String
1443 |
# File 'sig/client.rbs', line 1443
def search_id: () -> ::String
|
#search_type ⇒ "DEEP", "QUICK"
1447 |
# File 'sig/client.rbs', line 1447
def search_type: () -> ("DEEP" | "QUICK")
|
#started_at ⇒ ::Time
1449 |
# File 'sig/client.rbs', line 1449
def started_at: () -> ::Time
|
#status ⇒ "QUEUED", ...
1445 |
# File 'sig/client.rbs', line 1445
def status: () -> ("QUEUED" | "RUNNING" | "SUCCEEDED" | "FAILED")
|
#status_reason ⇒ ::String
1448 |
# File 'sig/client.rbs', line 1448
def status_reason: () -> ::String
|
#workspace_name ⇒ ::String
1444 |
# File 'sig/client.rbs', line 1444
def workspace_name: () -> ::String
|