Class: Aws::Types::EnvironmentConfig
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
-
#package_config ⇒ Types::PackageConfig
Returns the value of attribute package_config.
Instance Attribute Details
#image_version ⇒ ::String
Returns the value of attribute image_version.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def image_version @image_version end |
#package_config ⇒ Types::PackageConfig
Returns the value of attribute package_config.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def package_config @package_config end |