Struct aws_sdk_rds::types::Subnet
source · #[non_exhaustive]pub struct Subnet {
pub subnet_identifier: Option<String>,
pub subnet_availability_zone: Option<AvailabilityZone>,
pub subnet_outpost: Option<Outpost>,
pub subnet_status: Option<String>,
}
Expand description
This data type is used as a response element for the DescribeDBSubnetGroups
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.subnet_identifier: Option<String>
The identifier of the subnet.
subnet_availability_zone: Option<AvailabilityZone>
Contains Availability Zone information.
This data type is used as an element in the OrderableDBInstanceOption
data type.
subnet_outpost: 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.
subnet_status: Option<String>
The status of the subnet.
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.