Class: Aws::Types::ListSearchesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSearchesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#list_searches_filters ⇒ Types::ListSearchesFilters
Returns the value of attribute list_searches_filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#list_searches_filters ⇒ Types::ListSearchesFilters
Returns the value of attribute list_searches_filters.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def list_searches_filters @list_searches_filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2981 2982 2983 |
# File 'sig/types.rbs', line 2981 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2982 2983 2984 |
# File 'sig/types.rbs', line 2982 def next_token @next_token end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
2980 2981 2982 |
# File 'sig/types.rbs', line 2980 def workspace_name @workspace_name end |