Class: Aws::Types::SearchAssetsInput
- Inherits:
-
Object
- Object
- Aws::Types::SearchAssetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_clause ⇒ Types::SearchFilterClause
Returns the value of attribute filter_clause.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#search_text ⇒ ::String
Returns the value of attribute search_text.
-
#sort ⇒ Types::SearchSort
Returns the value of attribute sort.
Instance Attribute Details
#filter_clause ⇒ Types::SearchFilterClause
Returns the value of attribute filter_clause.
6786 6787 6788 |
# File 'sig/types.rbs', line 6786 def filter_clause @filter_clause end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6783 6784 6785 |
# File 'sig/types.rbs', line 6783 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6784 6785 6786 |
# File 'sig/types.rbs', line 6784 def next_token @next_token end |
#search_text ⇒ ::String
Returns the value of attribute search_text.
6782 6783 6784 |
# File 'sig/types.rbs', line 6782 def search_text @search_text end |
#sort ⇒ Types::SearchSort
Returns the value of attribute sort.
6785 6786 6787 |
# File 'sig/types.rbs', line 6785 def sort @sort end |