Class: Aws::Types::GetEC2InstanceRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEC2InstanceRecommendationsRequest
- 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::Filter]
Returns the value of attribute filters.
-
#instance_arns ⇒ ::Array[::String]
Returns the value of attribute instance_arns.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recommendation_preferences ⇒ Types::RecommendationPreferences
Returns the value of attribute recommendation_preferences.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
483 484 485 |
# File 'sig/types.rbs', line 483 def account_ids @account_ids end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
482 483 484 |
# File 'sig/types.rbs', line 482 def filters @filters end |
#instance_arns ⇒ ::Array[::String]
Returns the value of attribute instance_arns.
479 480 481 |
# File 'sig/types.rbs', line 479 def instance_arns @instance_arns end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
481 482 483 |
# File 'sig/types.rbs', line 481 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
480 481 482 |
# File 'sig/types.rbs', line 480 def next_token @next_token end |
#recommendation_preferences ⇒ Types::RecommendationPreferences
Returns the value of attribute recommendation_preferences.
484 485 486 |
# File 'sig/types.rbs', line 484 def recommendation_preferences @recommendation_preferences end |