Class: Aws::Types::ModelCompilationConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelCompilationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image ⇒ ::String
Returns the value of attribute image.
-
#override_environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute override_environment.
Instance Attribute Details
#image ⇒ ::String
Returns the value of attribute image.
8877 8878 8879 |
# File 'sig/types.rbs', line 8877 def image @image end |
#override_environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute override_environment.
8878 8879 8880 |
# File 'sig/types.rbs', line 8878 def override_environment @override_environment end |