Class: Aws::Types::SearchResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_criteria ⇒ Types::SearchResourcesBucketCriteria
Returns the value of attribute bucket_criteria.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_criteria ⇒ Types::SearchResourcesSortCriteria
Returns the value of attribute sort_criteria.
Instance Attribute Details
#bucket_criteria ⇒ Types::SearchResourcesBucketCriteria
Returns the value of attribute bucket_criteria.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def bucket_criteria @bucket_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def next_token @next_token end |
#sort_criteria ⇒ Types::SearchResourcesSortCriteria
Returns the value of attribute sort_criteria.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def sort_criteria @sort_criteria end |