Module: Aws::Lambda::Client::_PutProvisionedConcurrencyConfigResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutProvisionedConcurrencyConfigResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allocated_provisioned_concurrent_executions ⇒ ::Integer
- #available_provisioned_concurrent_executions ⇒ ::Integer
- #last_modified ⇒ ::Time
- #requested_provisioned_concurrent_executions ⇒ ::Integer
- #status ⇒ "IN_PROGRESS", ...
- #status_reason ⇒ ::String
Instance Method Details
#allocated_provisioned_concurrent_executions ⇒ ::Integer
1378 |
# File 'sig/client.rbs', line 1378
def allocated_provisioned_concurrent_executions: () -> ::Integer
|
#available_provisioned_concurrent_executions ⇒ ::Integer
1379 |
# File 'sig/client.rbs', line 1379
def available_provisioned_concurrent_executions: () -> ::Integer
|
#last_modified ⇒ ::Time
1382 |
# File 'sig/client.rbs', line 1382
def last_modified: () -> ::Time
|
#requested_provisioned_concurrent_executions ⇒ ::Integer
1377 |
# File 'sig/client.rbs', line 1377
def requested_provisioned_concurrent_executions: () -> ::Integer
|
#status ⇒ "IN_PROGRESS", ...
1380 |
# File 'sig/client.rbs', line 1380
def status: () -> ("IN_PROGRESS" | "READY" | "FAILED")
|
#status_reason ⇒ ::String
1381 |
# File 'sig/client.rbs', line 1381
def status_reason: () -> ::String
|