Class: Aws::Types::SearchRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_account_filter_option ⇒ "SameAccount", "CrossAccount"
Returns the value of attribute cross_account_filter_option.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource ⇒ "TrainingJob", ...
Returns the value of attribute resource.
-
#search_expression ⇒ Types::SearchExpression
Returns the value of attribute search_expression.
-
#sort_by ⇒ ::String
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
-
#visibility_conditions ⇒ ::Array[Types::VisibilityConditions]
Returns the value of attribute visibility_conditions.
Instance Attribute Details
#cross_account_filter_option ⇒ "SameAccount", "CrossAccount"
Returns the value of attribute cross_account_filter_option.
10759 10760 10761 |
# File 'sig/types.rbs', line 10759 def cross_account_filter_option @cross_account_filter_option end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10758 10759 10760 |
# File 'sig/types.rbs', line 10758 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10757 10758 10759 |
# File 'sig/types.rbs', line 10757 def next_token @next_token end |
#resource ⇒ "TrainingJob", ...
Returns the value of attribute resource.
10753 10754 10755 |
# File 'sig/types.rbs', line 10753 def resource @resource end |
#search_expression ⇒ Types::SearchExpression
Returns the value of attribute search_expression.
10754 10755 10756 |
# File 'sig/types.rbs', line 10754 def search_expression @search_expression end |
#sort_by ⇒ ::String
Returns the value of attribute sort_by.
10755 10756 10757 |
# File 'sig/types.rbs', line 10755 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
10756 10757 10758 |
# File 'sig/types.rbs', line 10756 def sort_order @sort_order end |
#visibility_conditions ⇒ ::Array[Types::VisibilityConditions]
Returns the value of attribute visibility_conditions.
10760 10761 10762 |
# File 'sig/types.rbs', line 10760 def visibility_conditions @visibility_conditions end |