Class: Aws::Types::PutRuntimeManagementConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutRuntimeManagementConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#runtime_version_arn ⇒ ::String
Returns the value of attribute runtime_version_arn.
-
#update_runtime_on ⇒ "Auto", ...
Returns the value of attribute update_runtime_on.
Instance Attribute Details
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def function_arn @function_arn end |
#runtime_version_arn ⇒ ::String
Returns the value of attribute runtime_version_arn.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def runtime_version_arn @runtime_version_arn end |
#update_runtime_on ⇒ "Auto", ...
Returns the value of attribute update_runtime_on.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def update_runtime_on @update_runtime_on end |