Class: Aws::Types::StrategyOption
- Inherits:
-
Object
- Object
- Aws::Types::StrategyOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_preferred ⇒ Boolean
Returns the value of attribute is_preferred.
-
#strategy ⇒ "Rehost", ...
Returns the value of attribute strategy.
-
#target_destination ⇒ "None specified", ...
Returns the value of attribute target_destination.
-
#tool_name ⇒ "App2Container", ...
Returns the value of attribute tool_name.
Instance Attribute Details
#is_preferred ⇒ Boolean
Returns the value of attribute is_preferred.
692 693 694 |
# File 'sig/types.rbs', line 692 def is_preferred @is_preferred end |
#strategy ⇒ "Rehost", ...
Returns the value of attribute strategy.
693 694 695 |
# File 'sig/types.rbs', line 693 def strategy @strategy end |
#target_destination ⇒ "None specified", ...
Returns the value of attribute target_destination.
694 695 696 |
# File 'sig/types.rbs', line 694 def target_destination @target_destination end |
#tool_name ⇒ "App2Container", ...
Returns the value of attribute tool_name.
695 696 697 |
# File 'sig/types.rbs', line 695 def tool_name @tool_name end |