Class: Aws::Types::ServerStrategy
- Inherits:
-
Object
- Object
- Aws::Types::ServerStrategy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_preferred ⇒ Boolean
Returns the value of attribute is_preferred.
-
#number_of_application_components ⇒ ::Integer
Returns the value of attribute number_of_application_components.
-
#recommendation ⇒ Types::RecommendationSet
Returns the value of attribute recommendation.
-
#status ⇒ "recommended", ...
Returns the value of attribute status.
Instance Attribute Details
#is_preferred ⇒ Boolean
Returns the value of attribute is_preferred.
605 606 607 |
# File 'sig/types.rbs', line 605 def is_preferred @is_preferred end |
#number_of_application_components ⇒ ::Integer
Returns the value of attribute number_of_application_components.
606 607 608 |
# File 'sig/types.rbs', line 606 def number_of_application_components @number_of_application_components end |
#recommendation ⇒ Types::RecommendationSet
Returns the value of attribute recommendation.
607 608 609 |
# File 'sig/types.rbs', line 607 def recommendation @recommendation end |
#status ⇒ "recommended", ...
Returns the value of attribute status.
608 609 610 |
# File 'sig/types.rbs', line 608 def status @status end |