Struct aws_sdk_databasemigration::model::ReplicationSubnetGroup [−][src]
#[non_exhaustive]pub struct ReplicationSubnetGroup {
pub replication_subnet_group_identifier: Option<String>,
pub replication_subnet_group_description: Option<String>,
pub vpc_id: Option<String>,
pub subnet_group_status: Option<String>,
pub subnets: Option<Vec<Subnet>>,
}
Expand description
Describes a subnet group in response to a request by the
DescribeReplicationSubnetGroups
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.replication_subnet_group_identifier: Option<String>
The identifier of the replication instance subnet group.
replication_subnet_group_description: Option<String>
A description for the replication subnet group.
vpc_id: Option<String>
The ID of the VPC.
subnet_group_status: Option<String>
The status of the subnet group.
subnets: Option<Vec<Subnet>>
The subnets that are in the subnet group.
Implementations
The identifier of the replication instance subnet group.
A description for the replication subnet group.
The status of the subnet group.
Creates a new builder-style object to manufacture ReplicationSubnetGroup
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ReplicationSubnetGroup
impl Send for ReplicationSubnetGroup
impl Sync for ReplicationSubnetGroup
impl Unpin for ReplicationSubnetGroup
impl UnwindSafe for ReplicationSubnetGroup
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more