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