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