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
945 |
# File 'sig/client.rbs', line 945
def allocated_provisioned_concurrent_executions: () -> ::Integer
|
#available_provisioned_concurrent_executions ⇒ ::Integer
944 |
# File 'sig/client.rbs', line 944
def available_provisioned_concurrent_executions: () -> ::Integer
|
#last_modified ⇒ ::Time
948 |
# File 'sig/client.rbs', line 948
def last_modified: () -> ::Time
|
#requested_provisioned_concurrent_executions ⇒ ::Integer
943 |
# File 'sig/client.rbs', line 943
def requested_provisioned_concurrent_executions: () -> ::Integer
|
#status ⇒ "IN_PROGRESS", ...
946 |
# File 'sig/client.rbs', line 946
def status: () -> ("IN_PROGRESS" | "READY" | "FAILED")
|
#status_reason ⇒ ::String
947 |
# File 'sig/client.rbs', line 947
def status_reason: () -> ::String
|