Class: Aws::Types::PutRuntimeManagementConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRuntimeManagementConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
-
#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_name ⇒ ::String
Returns the value of attribute function_name.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def function_name @function_name end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def qualifier @qualifier end |
#runtime_version_arn ⇒ ::String
Returns the value of attribute runtime_version_arn.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def runtime_version_arn @runtime_version_arn end |
#update_runtime_on ⇒ "Auto", ...
Returns the value of attribute update_runtime_on.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def update_runtime_on @update_runtime_on end |