Struct aws_sdk_databasemigration::operation::modify_replication_subnet_group::ModifyReplicationSubnetGroupInput
source · #[non_exhaustive]pub struct ModifyReplicationSubnetGroupInput { /* private fields */ }
Expand description
Implementations§
source§impl ModifyReplicationSubnetGroupInput
impl ModifyReplicationSubnetGroupInput
sourcepub fn replication_subnet_group_identifier(&self) -> Option<&str>
pub fn replication_subnet_group_identifier(&self) -> Option<&str>
The name of the replication instance subnet group.
sourcepub fn replication_subnet_group_description(&self) -> Option<&str>
pub fn replication_subnet_group_description(&self) -> Option<&str>
A description for the replication instance subnet group.
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
A list of subnet IDs.
source§impl ModifyReplicationSubnetGroupInput
impl ModifyReplicationSubnetGroupInput
sourcepub fn builder() -> ModifyReplicationSubnetGroupInputBuilder
pub fn builder() -> ModifyReplicationSubnetGroupInputBuilder
Creates a new builder-style object to manufacture ModifyReplicationSubnetGroupInput
.
source§impl ModifyReplicationSubnetGroupInput
impl ModifyReplicationSubnetGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyReplicationSubnetGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ModifyReplicationSubnetGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyReplicationSubnetGroup
>
Trait Implementations§
source§impl Clone for ModifyReplicationSubnetGroupInput
impl Clone for ModifyReplicationSubnetGroupInput
source§fn clone(&self) -> ModifyReplicationSubnetGroupInput
fn clone(&self) -> ModifyReplicationSubnetGroupInput
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<ModifyReplicationSubnetGroupInput> for ModifyReplicationSubnetGroupInput
impl PartialEq<ModifyReplicationSubnetGroupInput> for ModifyReplicationSubnetGroupInput
source§fn eq(&self, other: &ModifyReplicationSubnetGroupInput) -> bool
fn eq(&self, other: &ModifyReplicationSubnetGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModifyReplicationSubnetGroupInput
Auto Trait Implementations§
impl RefUnwindSafe for ModifyReplicationSubnetGroupInput
impl Send for ModifyReplicationSubnetGroupInput
impl Sync for ModifyReplicationSubnetGroupInput
impl Unpin for ModifyReplicationSubnetGroupInput
impl UnwindSafe for ModifyReplicationSubnetGroupInput
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