#[non_exhaustive]pub struct RebootReplicationInstanceOutput { /* private fields */ }
Implementations§
source§impl RebootReplicationInstanceOutput
impl RebootReplicationInstanceOutput
sourcepub fn replication_instance(&self) -> Option<&ReplicationInstance>
pub fn replication_instance(&self) -> Option<&ReplicationInstance>
The replication instance that is being rebooted.
source§impl RebootReplicationInstanceOutput
impl RebootReplicationInstanceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RebootReplicationInstanceOutput
.
Trait Implementations§
source§impl Clone for RebootReplicationInstanceOutput
impl Clone for RebootReplicationInstanceOutput
source§fn clone(&self) -> RebootReplicationInstanceOutput
fn clone(&self) -> RebootReplicationInstanceOutput
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<RebootReplicationInstanceOutput> for RebootReplicationInstanceOutput
impl PartialEq<RebootReplicationInstanceOutput> for RebootReplicationInstanceOutput
source§fn eq(&self, other: &RebootReplicationInstanceOutput) -> bool
fn eq(&self, other: &RebootReplicationInstanceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.