Class: Aws::Types::SearchListingsInput
- Inherits:
-
Object
- Object
- Aws::Types::SearchListingsInput
- 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.
-
#aggregations ⇒ ::Array[Types::AggregationListItem]
Returns the value of attribute aggregations.
-
#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.
-
#search_in ⇒ ::Array[Types::SearchInItem]
Returns the value of attribute search_in.
-
#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.
5632 5633 5634 |
# File 'sig/types.rbs', line 5632 def additional_attributes @additional_attributes end |
#aggregations ⇒ ::Array[Types::AggregationListItem]
Returns the value of attribute aggregations.
5630 5631 5632 |
# File 'sig/types.rbs', line 5630 def aggregations @aggregations end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5624 5625 5626 |
# File 'sig/types.rbs', line 5624 def domain_identifier @domain_identifier end |
#filters ⇒ Types::FilterClause
Returns the value of attribute filters.
5629 5630 5631 |
# File 'sig/types.rbs', line 5629 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5627 5628 5629 |
# File 'sig/types.rbs', line 5627 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5628 5629 5630 |
# File 'sig/types.rbs', line 5628 def next_token @next_token end |
#search_in ⇒ ::Array[Types::SearchInItem]
Returns the value of attribute search_in.
5626 5627 5628 |
# File 'sig/types.rbs', line 5626 def search_in @search_in end |
#search_text ⇒ ::String
Returns the value of attribute search_text.
5625 5626 5627 |
# File 'sig/types.rbs', line 5625 def search_text @search_text end |
#sort ⇒ Types::SearchSort
Returns the value of attribute sort.
5631 5632 5633 |
# File 'sig/types.rbs', line 5631 def sort @sort end |