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
935 |
# File 'sig/client.rbs', line 935
def allocated_provisioned_concurrent_executions: () -> ::Integer
|
#available_provisioned_concurrent_executions ⇒ ::Integer
934 |
# File 'sig/client.rbs', line 934
def available_provisioned_concurrent_executions: () -> ::Integer
|
#last_modified ⇒ ::Time
938 |
# File 'sig/client.rbs', line 938
def last_modified: () -> ::Time
|
#requested_provisioned_concurrent_executions ⇒ ::Integer
933 |
# File 'sig/client.rbs', line 933
def requested_provisioned_concurrent_executions: () -> ::Integer
|
#status ⇒ "IN_PROGRESS", ...
936 |
# File 'sig/client.rbs', line 936
def status: () -> ("IN_PROGRESS" | "READY" | "FAILED")
|
#status_reason ⇒ ::String
937 |
# File 'sig/client.rbs', line 937
def status_reason: () -> ::String
|