Module: Aws::Lambda::Client::_GetRuntimeManagementConfigResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRuntimeManagementConfigResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#function_arn ⇒ ::String
981 |
# File 'sig/client.rbs', line 981 def function_arn: () -> ::String |
#runtime_version_arn ⇒ ::String
982 |
# File 'sig/client.rbs', line 982 def runtime_version_arn: () -> ::String |
#update_runtime_on ⇒ "Auto", ...
980 |
# File 'sig/client.rbs', line 980 def update_runtime_on: () -> ("Auto" | "Manual" | "FunctionUpdate") |