Class: Aws::Types::GetResourcesV2Request
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcesV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::ResourcesFilters
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.
-
#scopes ⇒ Types::ResourceScopes
Returns the value of attribute scopes.
-
#sort_criteria ⇒ ::Array[Types::SortCriterion]
Returns the value of attribute sort_criteria.
Instance Attribute Details
#filters ⇒ Types::ResourcesFilters
Returns the value of attribute filters.
6163 6164 6165 |
# File 'sig/types.rbs', line 6163 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6167 6168 6169 |
# File 'sig/types.rbs', line 6167 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6166 6167 6168 |
# File 'sig/types.rbs', line 6166 def next_token @next_token end |
#scopes ⇒ Types::ResourceScopes
Returns the value of attribute scopes.
6164 6165 6166 |
# File 'sig/types.rbs', line 6164 def scopes @scopes end |
#sort_criteria ⇒ ::Array[Types::SortCriterion]
Returns the value of attribute sort_criteria.
6165 6166 6167 |
# File 'sig/types.rbs', line 6165 def sort_criteria @sort_criteria end |