Class: Aws::Types::AlgorithmImage
- Inherits:
-
Object
- Object
- Aws::Types::AlgorithmImage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#docker_uri ⇒ ::String
Returns the value of attribute docker_uri.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#docker_uri ⇒ ::String
Returns the value of attribute docker_uri.
27 28 29 |
# File 'sig/types.rbs', line 27 def docker_uri @docker_uri end |
#name ⇒ ::String
Returns the value of attribute name.
26 27 28 |
# File 'sig/types.rbs', line 26 def name @name end |