Class: Aws::Types::SearchInput
- Inherits:
-
Object
- Object
- Aws::Types::SearchInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_attributes ⇒ ::Array[("FORMS" | "TIME_SERIES_DATA_POINT_FORMS" | "TEXT_MATCH_RATIONALE")]
Returns the value of attribute additional_attributes.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#filters ⇒ Types::FilterClause
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
-
#search_in ⇒ ::Array[Types::SearchInItem]
Returns the value of attribute search_in.
-
#search_scope ⇒ "ASSET", ...
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
#additional_attributes ⇒ ::Array[("FORMS" | "TIME_SERIES_DATA_POINT_FORMS" | "TEXT_MATCH_RATIONALE")]
Returns the value of attribute additional_attributes.
5599 5600 5601 |
# File 'sig/types.rbs', line 5599 def additional_attributes @additional_attributes end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5590 5591 5592 |
# File 'sig/types.rbs', line 5590 def domain_identifier @domain_identifier end |
#filters ⇒ Types::FilterClause
Returns the value of attribute filters.
5597 5598 5599 |
# File 'sig/types.rbs', line 5597 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5592 5593 5594 |
# File 'sig/types.rbs', line 5592 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5593 5594 5595 |
# File 'sig/types.rbs', line 5593 def next_token @next_token end |
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
5591 5592 5593 |
# File 'sig/types.rbs', line 5591 def owning_project_identifier @owning_project_identifier end |
#search_in ⇒ ::Array[Types::SearchInItem]
Returns the value of attribute search_in.
5596 5597 5598 |
# File 'sig/types.rbs', line 5596 def search_in @search_in end |
#search_scope ⇒ "ASSET", ...
Returns the value of attribute search_scope.
5594 5595 5596 |
# File 'sig/types.rbs', line 5594 def search_scope @search_scope end |
#search_text ⇒ ::String
Returns the value of attribute search_text.
5595 5596 5597 |
# File 'sig/types.rbs', line 5595 def search_text @search_text end |
#sort ⇒ Types::SearchSort
Returns the value of attribute sort.
5598 5599 5600 |
# File 'sig/types.rbs', line 5598 def sort @sort end |