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
1451 |
# File 'sig/client.rbs', line 1451 def group_id: () -> ::String |
#query_statement ⇒ ::String
1447 |
# File 'sig/client.rbs', line 1447 def query_statement: () -> ::String |
#search_id ⇒ ::String
1444 |
# File 'sig/client.rbs', line 1444 def search_id: () -> ::String |
#search_type ⇒ "DEEP", "QUICK"
1448 |
# File 'sig/client.rbs', line 1448 def search_type: () -> ("DEEP" | "QUICK") |
#started_at ⇒ ::Time
1450 |
# File 'sig/client.rbs', line 1450 def started_at: () -> ::Time |
#status ⇒ "QUEUED", ...
1446 |
# File 'sig/client.rbs', line 1446 def status: () -> ("QUEUED" | "RUNNING" | "SUCCEEDED" | "FAILED") |
#status_reason ⇒ ::String
1449 |
# File 'sig/client.rbs', line 1449 def status_reason: () -> ::String |
#workspace_name ⇒ ::String
1445 |
# File 'sig/client.rbs', line 1445 def workspace_name: () -> ::String |