Struct aws_sdk_lambda::output::get_provisioned_concurrency_config_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetProvisionedConcurrencyConfigOutput
Implementations
The amount of provisioned concurrency requested.
The amount of provisioned concurrency requested.
The amount of provisioned concurrency available.
The amount of provisioned concurrency available.
The amount of provisioned concurrency allocated.
The amount of provisioned concurrency allocated.
The status of the allocation process.
The status of the allocation process.
For failed allocations, the reason that provisioned concurrency could not be allocated.
For failed allocations, the reason that provisioned concurrency could not be allocated.
The date and time that a user last updated the configuration, in ISO 8601 format.
The date and time that a user last updated the configuration, in ISO 8601 format.
Consumes the builder and constructs a GetProvisionedConcurrencyConfigOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more