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