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.
3509 3510 3511 |
# File 'sig/types.rbs', line 3509 def client_token @client_token end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
3512 3513 3514 |
# File 'sig/types.rbs', line 3512 def group_id @group_id end |
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
3508 3509 3510 |
# File 'sig/types.rbs', line 3508 def query_statement @query_statement end |
#search_filters ⇒ Types::SearchFilters
Returns the value of attribute search_filters.
3511 3512 3513 |
# File 'sig/types.rbs', line 3511 def search_filters @search_filters end |
#search_type ⇒ "DEEP", "QUICK"
Returns the value of attribute search_type.
3510 3511 3512 |
# File 'sig/types.rbs', line 3510 def search_type @search_type end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3507 3508 3509 |
# File 'sig/types.rbs', line 3507 def workspace_name @workspace_name end |