Class: Aws::Types::RuntimeVersionConfig
- Inherits:
-
Object
- Object
- Aws::Types::RuntimeVersionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::RuntimeVersionError
Returns the value of attribute error.
-
#runtime_version_arn ⇒ ::String
Returns the value of attribute runtime_version_arn.
Instance Attribute Details
#error ⇒ Types::RuntimeVersionError
Returns the value of attribute error.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def error @error end |
#runtime_version_arn ⇒ ::String
Returns the value of attribute runtime_version_arn.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def runtime_version_arn @runtime_version_arn end |