Class: Aws::Types::ApplicationComponentStrategy
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationComponentStrategy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_preferred ⇒ Boolean
Returns the value of attribute is_preferred.
-
#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.
108 109 110 |
# File 'sig/types.rbs', line 108 def is_preferred @is_preferred end |
#recommendation ⇒ Types::RecommendationSet
Returns the value of attribute recommendation.
109 110 111 |
# File 'sig/types.rbs', line 109 def recommendation @recommendation end |
#status ⇒ "recommended", ...
Returns the value of attribute status.
110 111 112 |
# File 'sig/types.rbs', line 110 def status @status end |