Class: Aws::Types::RetrievalOverrides
- Inherits:
-
Object
- Object
- Aws::Types::RetrievalOverrides
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::RetrievalFilter
Returns the value of attribute filter.
-
#max_number_of_results ⇒ ::Integer
Returns the value of attribute max_number_of_results.
Instance Attribute Details
#filter ⇒ Types::RetrievalFilter
Returns the value of attribute filter.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def filter @filter end |
#max_number_of_results ⇒ ::Integer
Returns the value of attribute max_number_of_results.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def max_number_of_results @max_number_of_results end |