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
978 |
# File 'sig/client.rbs', line 978
def function_arn: () -> ::String
|
#runtime_version_arn ⇒ ::String
979 |
# File 'sig/client.rbs', line 979
def runtime_version_arn: () -> ::String
|
#update_runtime_on ⇒ "Auto", ...
977 |
# File 'sig/client.rbs', line 977
def update_runtime_on: () -> ("Auto" | "Manual" | "FunctionUpdate")
|