Class: Aws::Types::GetRDSDatabaseRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRDSDatabaseRecommendationsRequest
- 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::RDSDBRecommendationFilter]
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.
-
#recommendation_preferences ⇒ Types::RecommendationPreferences
Returns the value of attribute recommendation_preferences.
-
#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.
647 648 649 |
# File 'sig/types.rbs', line 647 def account_ids @account_ids end |
#filters ⇒ ::Array[Types::RDSDBRecommendationFilter]
Returns the value of attribute filters.
646 647 648 |
# File 'sig/types.rbs', line 646 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
645 646 647 |
# File 'sig/types.rbs', line 645 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
644 645 646 |
# File 'sig/types.rbs', line 644 def next_token @next_token end |
#recommendation_preferences ⇒ Types::RecommendationPreferences
Returns the value of attribute recommendation_preferences.
648 649 650 |
# File 'sig/types.rbs', line 648 def recommendation_preferences @recommendation_preferences end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
643 644 645 |
# File 'sig/types.rbs', line 643 def resource_arns @resource_arns end |