Struct aws_sdk_rds::types::Subnet
source · #[non_exhaustive]pub struct Subnet { /* private fields */ }Expand description
This data type is used as a response element for the DescribeDBSubnetGroups operation.
Implementations§
source§impl Subnet
impl Subnet
sourcepub fn subnet_identifier(&self) -> Option<&str>
pub fn subnet_identifier(&self) -> Option<&str>
The identifier of the subnet.
sourcepub fn subnet_availability_zone(&self) -> Option<&AvailabilityZone>
pub fn subnet_availability_zone(&self) -> Option<&AvailabilityZone>
Contains Availability Zone information.
This data type is used as an element in the OrderableDBInstanceOption data type.
sourcepub fn subnet_outpost(&self) -> Option<&Outpost>
pub fn subnet_outpost(&self) -> Option<&Outpost>
If the subnet is associated with an Outpost, this value specifies the Outpost.
For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
sourcepub fn subnet_status(&self) -> Option<&str>
pub fn subnet_status(&self) -> Option<&str>
The status of the subnet.