Class: Aws::Types::StartSearchRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSearchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
-
#search_filters ⇒ Types::SearchFilters
Returns the value of attribute search_filters.
-
#search_type ⇒ "DEEP", "QUICK"
Returns the value of attribute search_type.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3468 3469 3470 |
# File 'sig/types.rbs', line 3468 def client_token @client_token end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
3471 3472 3473 |
# File 'sig/types.rbs', line 3471 def group_id @group_id end |
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
3467 3468 3469 |
# File 'sig/types.rbs', line 3467 def query_statement @query_statement end |
#search_filters ⇒ Types::SearchFilters
Returns the value of attribute search_filters.
3470 3471 3472 |
# File 'sig/types.rbs', line 3470 def search_filters @search_filters end |
#search_type ⇒ "DEEP", "QUICK"
Returns the value of attribute search_type.
3469 3470 3471 |
# File 'sig/types.rbs', line 3469 def search_type @search_type end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3466 3467 3468 |
# File 'sig/types.rbs', line 3466 def workspace_name @workspace_name end |