Module: Aws::Lambda::Client::_GetProvisionedConcurrencyConfigResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProvisionedConcurrencyConfigResponse]
- 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
939 |
# File 'sig/client.rbs', line 939
def allocated_provisioned_concurrent_executions: () -> ::Integer
|
#available_provisioned_concurrent_executions ⇒ ::Integer
938 |
# File 'sig/client.rbs', line 938
def available_provisioned_concurrent_executions: () -> ::Integer
|
#last_modified ⇒ ::Time
942 |
# File 'sig/client.rbs', line 942
def last_modified: () -> ::Time
|
#requested_provisioned_concurrent_executions ⇒ ::Integer
937 |
# File 'sig/client.rbs', line 937
def requested_provisioned_concurrent_executions: () -> ::Integer
|
#status ⇒ "IN_PROGRESS", ...
940 |
# File 'sig/client.rbs', line 940
def status: () -> ("IN_PROGRESS" | "READY" | "FAILED")
|
#status_reason ⇒ ::String
941 |
# File 'sig/client.rbs', line 941
def status_reason: () -> ::String
|