Struct aws_sdk_databasemigration::operation::create_replication_subnet_group::CreateReplicationSubnetGroupInput
source · #[non_exhaustive]pub struct CreateReplicationSubnetGroupInput { /* private fields */ }Expand description
Implementations§
source§impl CreateReplicationSubnetGroupInput
impl CreateReplicationSubnetGroupInput
sourcepub fn replication_subnet_group_identifier(&self) -> Option<&str>
pub fn replication_subnet_group_identifier(&self) -> Option<&str>
The name for the replication subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be "default".
Example: mySubnetgroup
sourcepub fn replication_subnet_group_description(&self) -> Option<&str>
pub fn replication_subnet_group_description(&self) -> Option<&str>
The description for the subnet group.
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
One or more subnet IDs to be assigned to the subnet group.
One or more tags to be assigned to the subnet group.
source§impl CreateReplicationSubnetGroupInput
impl CreateReplicationSubnetGroupInput
sourcepub fn builder() -> CreateReplicationSubnetGroupInputBuilder
pub fn builder() -> CreateReplicationSubnetGroupInputBuilder
Creates a new builder-style object to manufacture CreateReplicationSubnetGroupInput.
source§impl CreateReplicationSubnetGroupInput
impl CreateReplicationSubnetGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateReplicationSubnetGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateReplicationSubnetGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateReplicationSubnetGroup>
Trait Implementations§
source§impl Clone for CreateReplicationSubnetGroupInput
impl Clone for CreateReplicationSubnetGroupInput
source§fn clone(&self) -> CreateReplicationSubnetGroupInput
fn clone(&self) -> CreateReplicationSubnetGroupInput
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<CreateReplicationSubnetGroupInput> for CreateReplicationSubnetGroupInput
impl PartialEq<CreateReplicationSubnetGroupInput> for CreateReplicationSubnetGroupInput
source§fn eq(&self, other: &CreateReplicationSubnetGroupInput) -> bool
fn eq(&self, other: &CreateReplicationSubnetGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.