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