Struct aws_sdk_rds::operation::modify_current_db_cluster_capacity::ModifyCurrentDbClusterCapacityOutput
source · #[non_exhaustive]pub struct ModifyCurrentDbClusterCapacityOutput { /* private fields */ }Implementations§
source§impl ModifyCurrentDbClusterCapacityOutput
impl ModifyCurrentDbClusterCapacityOutput
sourcepub fn db_cluster_identifier(&self) -> Option<&str>
pub fn db_cluster_identifier(&self) -> Option<&str>
A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
sourcepub fn pending_capacity(&self) -> Option<i32>
pub fn pending_capacity(&self) -> Option<i32>
A value that specifies the capacity that the DB cluster scales to next.
sourcepub fn current_capacity(&self) -> Option<i32>
pub fn current_capacity(&self) -> Option<i32>
The current capacity of the DB cluster.
sourcepub fn seconds_before_timeout(&self) -> Option<i32>
pub fn seconds_before_timeout(&self) -> Option<i32>
The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.
sourcepub fn timeout_action(&self) -> Option<&str>
pub fn timeout_action(&self) -> Option<&str>
The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.
source§impl ModifyCurrentDbClusterCapacityOutput
impl ModifyCurrentDbClusterCapacityOutput
sourcepub fn builder() -> ModifyCurrentDbClusterCapacityOutputBuilder
pub fn builder() -> ModifyCurrentDbClusterCapacityOutputBuilder
Creates a new builder-style object to manufacture ModifyCurrentDbClusterCapacityOutput.
Trait Implementations§
source§impl Clone for ModifyCurrentDbClusterCapacityOutput
impl Clone for ModifyCurrentDbClusterCapacityOutput
source§fn clone(&self) -> ModifyCurrentDbClusterCapacityOutput
fn clone(&self) -> ModifyCurrentDbClusterCapacityOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<ModifyCurrentDbClusterCapacityOutput> for ModifyCurrentDbClusterCapacityOutput
impl PartialEq<ModifyCurrentDbClusterCapacityOutput> for ModifyCurrentDbClusterCapacityOutput
source§fn eq(&self, other: &ModifyCurrentDbClusterCapacityOutput) -> bool
fn eq(&self, other: &ModifyCurrentDbClusterCapacityOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ModifyCurrentDbClusterCapacityOutput
impl RequestId for ModifyCurrentDbClusterCapacityOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for ModifyCurrentDbClusterCapacityOutput
Auto Trait Implementations§
impl RefUnwindSafe for ModifyCurrentDbClusterCapacityOutput
impl Send for ModifyCurrentDbClusterCapacityOutput
impl Sync for ModifyCurrentDbClusterCapacityOutput
impl Unpin for ModifyCurrentDbClusterCapacityOutput
impl UnwindSafe for ModifyCurrentDbClusterCapacityOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more