Class: Aws::Types::GetSearchResultsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSearchResultsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#search_id ⇒ ::String
Returns the value of attribute search_id.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def next_token @next_token end |
#search_id ⇒ ::String
Returns the value of attribute search_id.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def search_id @search_id end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def workspace_name @workspace_name end |