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