Class: Aws::Types::AlgorithmSpecification
- Inherits:
-
Object
- Object
- Aws::Types::AlgorithmSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_image ⇒ Types::ContainerImage
Returns the value of attribute container_image.
-
#script_mode_config ⇒ Types::ScriptModeConfig
Returns the value of attribute script_mode_config.
Instance Attribute Details
#container_image ⇒ Types::ContainerImage
Returns the value of attribute container_image.
25 26 27 |
# File 'sig/types.rbs', line 25 def container_image @container_image end |
#script_mode_config ⇒ Types::ScriptModeConfig
Returns the value of attribute script_mode_config.
24 25 26 |
# File 'sig/types.rbs', line 24 def script_mode_config @script_mode_config end |