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
1399 |
# File 'sig/client.rbs', line 1399
def allocated_provisioned_concurrent_executions: () -> ::Integer
|
#available_provisioned_concurrent_executions ⇒ ::Integer
1400 |
# File 'sig/client.rbs', line 1400
def available_provisioned_concurrent_executions: () -> ::Integer
|
#last_modified ⇒ ::Time
1403 |
# File 'sig/client.rbs', line 1403
def last_modified: () -> ::Time
|
#requested_provisioned_concurrent_executions ⇒ ::Integer
1398 |
# File 'sig/client.rbs', line 1398
def requested_provisioned_concurrent_executions: () -> ::Integer
|
#status ⇒ "IN_PROGRESS", ...
1401 |
# File 'sig/client.rbs', line 1401
def status: () -> ("IN_PROGRESS" | "READY" | "FAILED")
|
#status_reason ⇒ ::String
1402 |
# File 'sig/client.rbs', line 1402
def status_reason: () -> ::String
|