#[non_exhaustive]pub struct StopDbInstanceInput { /* private fields */ }Implementations§
source§impl StopDbInstanceInput
impl StopDbInstanceInput
sourcepub fn db_instance_identifier(&self) -> Option<&str>
pub fn db_instance_identifier(&self) -> Option<&str>
The user-supplied instance identifier.
sourcepub fn db_snapshot_identifier(&self) -> Option<&str>
pub fn db_snapshot_identifier(&self) -> Option<&str>
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
source§impl StopDbInstanceInput
impl StopDbInstanceInput
sourcepub fn builder() -> StopDbInstanceInputBuilder
pub fn builder() -> StopDbInstanceInputBuilder
Creates a new builder-style object to manufacture StopDbInstanceInput.
source§impl StopDbInstanceInput
impl StopDbInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopDBInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StopDBInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopDBInstance>
Trait Implementations§
source§impl Clone for StopDbInstanceInput
impl Clone for StopDbInstanceInput
source§fn clone(&self) -> StopDbInstanceInput
fn clone(&self) -> StopDbInstanceInput
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 Debug for StopDbInstanceInput
impl Debug for StopDbInstanceInput
source§impl PartialEq<StopDbInstanceInput> for StopDbInstanceInput
impl PartialEq<StopDbInstanceInput> for StopDbInstanceInput
source§fn eq(&self, other: &StopDbInstanceInput) -> bool
fn eq(&self, other: &StopDbInstanceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.