Class: Aws::Types::TransformationTool
- Inherits:
-
Object
- Object
- Aws::Types::TransformationTool
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ "App2Container", ...
Returns the value of attribute name.
-
#tranformation_tool_installation_link ⇒ ::String
Returns the value of attribute tranformation_tool_installation_link.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
719 720 721 |
# File 'sig/types.rbs', line 719 def description @description end |
#name ⇒ "App2Container", ...
Returns the value of attribute name.
720 721 722 |
# File 'sig/types.rbs', line 720 def name @name end |
#tranformation_tool_installation_link ⇒ ::String
Returns the value of attribute tranformation_tool_installation_link.
721 722 723 |
# File 'sig/types.rbs', line 721 def tranformation_tool_installation_link @tranformation_tool_installation_link end |