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.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def function_name @function_name end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def qualifier @qualifier end |
#runtime_version_arn ⇒ ::String
Returns the value of attribute runtime_version_arn.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def runtime_version_arn @runtime_version_arn end |
#update_runtime_on ⇒ "Auto", ...
Returns the value of attribute update_runtime_on.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def update_runtime_on @update_runtime_on end |