Struct aws_sdk_databasemigration::model::Subnet
source · #[non_exhaustive]pub struct Subnet { /* private fields */ }
Expand description
In response to a request by the DescribeReplicationSubnetGroups
operation, this object identifies a subnet by its given Availability Zone, subnet identifier, and status.
Implementations§
source§impl Subnet
impl Subnet
sourcepub fn subnet_identifier(&self) -> Option<&str>
pub fn subnet_identifier(&self) -> Option<&str>
The subnet identifier.
sourcepub fn subnet_availability_zone(&self) -> Option<&AvailabilityZone>
pub fn subnet_availability_zone(&self) -> Option<&AvailabilityZone>
The Availability Zone of the subnet.
sourcepub fn subnet_status(&self) -> Option<&str>
pub fn subnet_status(&self) -> Option<&str>
The status of the subnet.