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
955 |
# File 'sig/client.rbs', line 955
def allocated_provisioned_concurrent_executions: () -> ::Integer
|
#available_provisioned_concurrent_executions ⇒ ::Integer
954 |
# File 'sig/client.rbs', line 954
def available_provisioned_concurrent_executions: () -> ::Integer
|
#last_modified ⇒ ::Time
958 |
# File 'sig/client.rbs', line 958
def last_modified: () -> ::Time
|
#requested_provisioned_concurrent_executions ⇒ ::Integer
953 |
# File 'sig/client.rbs', line 953
def requested_provisioned_concurrent_executions: () -> ::Integer
|
#status ⇒ "IN_PROGRESS", ...
956 |
# File 'sig/client.rbs', line 956
def status: () -> ("IN_PROGRESS" | "READY" | "FAILED")
|
#status_reason ⇒ ::String
957 |
# File 'sig/client.rbs', line 957
def status_reason: () -> ::String
|