Class: Aws::Types::GetECSServiceRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetECSServiceRecommendationsRequest
- 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::ECSServiceRecommendationFilter]
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.
-
#service_arns ⇒ ::Array[::String]
Returns the value of attribute service_arns.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
529 530 531 |
# File 'sig/types.rbs', line 529 def account_ids @account_ids end |
#filters ⇒ ::Array[Types::ECSServiceRecommendationFilter]
Returns the value of attribute filters.
528 529 530 |
# File 'sig/types.rbs', line 528 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
527 528 529 |
# File 'sig/types.rbs', line 527 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
526 527 528 |
# File 'sig/types.rbs', line 526 def next_token @next_token end |
#service_arns ⇒ ::Array[::String]
Returns the value of attribute service_arns.
525 526 527 |
# File 'sig/types.rbs', line 525 def service_arns @service_arns end |