Class: Aws::Types::RecommendationSet
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#strategy ⇒ "Rehost", ...
Returns the value of attribute strategy.
-
#target_destination ⇒ "None specified", ...
Returns the value of attribute target_destination.
-
#transformation_tool ⇒ Types::TransformationTool
Returns the value of attribute transformation_tool.
Instance Attribute Details
#strategy ⇒ "Rehost", ...
Returns the value of attribute strategy.
540 541 542 |
# File 'sig/types.rbs', line 540 def strategy @strategy end |
#target_destination ⇒ "None specified", ...
Returns the value of attribute target_destination.
541 542 543 |
# File 'sig/types.rbs', line 541 def target_destination @target_destination end |
#transformation_tool ⇒ Types::TransformationTool
Returns the value of attribute transformation_tool.
542 543 544 |
# File 'sig/types.rbs', line 542 def transformation_tool @transformation_tool end |