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