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
1368 |
# File 'sig/client.rbs', line 1368
def allocated_provisioned_concurrent_executions: () -> ::Integer
|
#available_provisioned_concurrent_executions ⇒ ::Integer
1369 |
# File 'sig/client.rbs', line 1369
def available_provisioned_concurrent_executions: () -> ::Integer
|
#last_modified ⇒ ::Time
1372 |
# File 'sig/client.rbs', line 1372
def last_modified: () -> ::Time
|
#requested_provisioned_concurrent_executions ⇒ ::Integer
1367 |
# File 'sig/client.rbs', line 1367
def requested_provisioned_concurrent_executions: () -> ::Integer
|
#status ⇒ "IN_PROGRESS", ...
1370 |
# File 'sig/client.rbs', line 1370
def status: () -> ("IN_PROGRESS" | "READY" | "FAILED")
|
#status_reason ⇒ ::String
1371 |
# File 'sig/client.rbs', line 1371
def status_reason: () -> ::String
|