Class: Aws::Types::GetRightsizingRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRightsizingRecommendationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::RightsizingRecommendationConfiguration
Returns the value of attribute configuration.
-
#filter ⇒ Types::Expression
Returns the value of attribute filter.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#service ⇒ ::String
Returns the value of attribute service.
Instance Attribute Details
#configuration ⇒ Types::RightsizingRecommendationConfiguration
Returns the value of attribute configuration.
759 760 761 |
# File 'sig/types.rbs', line 759 def configuration @configuration end |
#filter ⇒ Types::Expression
Returns the value of attribute filter.
758 759 760 |
# File 'sig/types.rbs', line 758 def filter @filter end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
762 763 764 |
# File 'sig/types.rbs', line 762 def next_page_token @next_page_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
761 762 763 |
# File 'sig/types.rbs', line 761 def page_size @page_size end |
#service ⇒ ::String
Returns the value of attribute service.
760 761 762 |
# File 'sig/types.rbs', line 760 def service @service end |