Struct aws_sdk_securityhub::model::AwsRdsDbSubnetGroupSubnet [−][src]
#[non_exhaustive]pub struct AwsRdsDbSubnetGroupSubnet {
pub subnet_identifier: Option<String>,
pub subnet_availability_zone: Option<AwsRdsDbSubnetGroupSubnetAvailabilityZone>,
pub subnet_status: Option<String>,
}
Expand description
Information about a subnet in a subnet group.
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 a subnet in the subnet group.
subnet_availability_zone: Option<AwsRdsDbSubnetGroupSubnetAvailabilityZone>
Information about the Availability Zone for a subnet in the subnet group.
subnet_status: Option<String>
The status of a subnet in the subnet group.
Implementations
The identifier of a subnet in the subnet group.
Information about the Availability Zone for a subnet in the subnet group.
The status of a subnet in the subnet group.
Creates a new builder-style object to manufacture AwsRdsDbSubnetGroupSubnet
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 AwsRdsDbSubnetGroupSubnet
impl Send for AwsRdsDbSubnetGroupSubnet
impl Sync for AwsRdsDbSubnetGroupSubnet
impl Unpin for AwsRdsDbSubnetGroupSubnet
impl UnwindSafe for AwsRdsDbSubnetGroupSubnet
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