Class: Aws::Types::GetIdleRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIdleRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#filters ⇒ ::Array[Types::IdleRecommendationFilter]
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.
-
#order_by ⇒ Types::OrderBy
Returns the value of attribute order_by.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
584 585 586 |
# File 'sig/types.rbs', line 584 def account_ids @account_ids end |
#filters ⇒ ::Array[Types::IdleRecommendationFilter]
Returns the value of attribute filters.
583 584 585 |
# File 'sig/types.rbs', line 583 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
582 583 584 |
# File 'sig/types.rbs', line 582 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
581 582 583 |
# File 'sig/types.rbs', line 581 def next_token @next_token end |
#order_by ⇒ Types::OrderBy
Returns the value of attribute order_by.
585 586 587 |
# File 'sig/types.rbs', line 585 def order_by @order_by end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
580 581 582 |
# File 'sig/types.rbs', line 580 def resource_arns @resource_arns end |