#[non_exhaustive]pub struct GetProvisionedConcurrencyConfigOutput { /* private fields */ }Implementations
sourceimpl GetProvisionedConcurrencyConfigOutput
impl GetProvisionedConcurrencyConfigOutput
sourcepub fn requested_provisioned_concurrent_executions(&self) -> Option<i32>
pub fn requested_provisioned_concurrent_executions(&self) -> Option<i32>
The amount of provisioned concurrency requested.
sourcepub fn available_provisioned_concurrent_executions(&self) -> Option<i32>
pub fn available_provisioned_concurrent_executions(&self) -> Option<i32>
The amount of provisioned concurrency available.
sourcepub fn allocated_provisioned_concurrent_executions(&self) -> Option<i32>
pub fn allocated_provisioned_concurrent_executions(&self) -> Option<i32>
The amount of provisioned concurrency allocated.
sourcepub fn status(&self) -> Option<&ProvisionedConcurrencyStatusEnum>
pub fn status(&self) -> Option<&ProvisionedConcurrencyStatusEnum>
The status of the allocation process.
sourcepub fn status_reason(&self) -> Option<&str>
pub fn status_reason(&self) -> Option<&str>
For failed allocations, the reason that provisioned concurrency could not be allocated.
sourcepub fn last_modified(&self) -> Option<&str>
pub fn last_modified(&self) -> Option<&str>
The date and time that a user last updated the configuration, in ISO 8601 format.
sourceimpl GetProvisionedConcurrencyConfigOutput
impl GetProvisionedConcurrencyConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetProvisionedConcurrencyConfigOutput.
Trait Implementations
sourceimpl Clone for GetProvisionedConcurrencyConfigOutput
impl Clone for GetProvisionedConcurrencyConfigOutput
sourcefn clone(&self) -> GetProvisionedConcurrencyConfigOutput
fn clone(&self) -> GetProvisionedConcurrencyConfigOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<GetProvisionedConcurrencyConfigOutput> for GetProvisionedConcurrencyConfigOutput
impl PartialEq<GetProvisionedConcurrencyConfigOutput> for GetProvisionedConcurrencyConfigOutput
sourcefn eq(&self, other: &GetProvisionedConcurrencyConfigOutput) -> bool
fn eq(&self, other: &GetProvisionedConcurrencyConfigOutput) -> bool
impl StructuralPartialEq for GetProvisionedConcurrencyConfigOutput
Auto Trait Implementations
impl RefUnwindSafe for GetProvisionedConcurrencyConfigOutput
impl Send for GetProvisionedConcurrencyConfigOutput
impl Sync for GetProvisionedConcurrencyConfigOutput
impl Unpin for GetProvisionedConcurrencyConfigOutput
impl UnwindSafe for GetProvisionedConcurrencyConfigOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more