Class: Aws::Types::SearchTypesInput
- Inherits:
-
Object
- Object
- Aws::Types::SearchTypesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#filters ⇒ Types::FilterClause
Returns the value of attribute filters.
-
#managed ⇒ Boolean
Returns the value of attribute managed.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#search_in ⇒ ::Array[Types::SearchInItem]
Returns the value of attribute search_in.
-
#search_scope ⇒ "ASSET_TYPE", ...
Returns the value of attribute search_scope.
-
#search_text ⇒ ::String
Returns the value of attribute search_text.
-
#sort ⇒ Types::SearchSort
Returns the value of attribute sort.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5672 5673 5674 |
# File 'sig/types.rbs', line 5672 def domain_identifier @domain_identifier end |
#filters ⇒ Types::FilterClause
Returns the value of attribute filters.
5678 5679 5680 |
# File 'sig/types.rbs', line 5678 def filters @filters end |
#managed ⇒ Boolean
Returns the value of attribute managed.
5680 5681 5682 |
# File 'sig/types.rbs', line 5680 def managed @managed end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5673 5674 5675 |
# File 'sig/types.rbs', line 5673 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5674 5675 5676 |
# File 'sig/types.rbs', line 5674 def next_token @next_token end |
#search_in ⇒ ::Array[Types::SearchInItem]
Returns the value of attribute search_in.
5677 5678 5679 |
# File 'sig/types.rbs', line 5677 def search_in @search_in end |
#search_scope ⇒ "ASSET_TYPE", ...
Returns the value of attribute search_scope.
5675 5676 5677 |
# File 'sig/types.rbs', line 5675 def search_scope @search_scope end |
#search_text ⇒ ::String
Returns the value of attribute search_text.
5676 5677 5678 |
# File 'sig/types.rbs', line 5676 def search_text @search_text end |
#sort ⇒ Types::SearchSort
Returns the value of attribute sort.
5679 5680 5681 |
# File 'sig/types.rbs', line 5679 def sort @sort end |