Struct aws_sdk_dax::model::SubnetGroup [−][src]
#[non_exhaustive]pub struct SubnetGroup {
pub subnet_group_name: Option<String>,
pub description: Option<String>,
pub vpc_id: Option<String>,
pub subnets: Option<Vec<Subnet>>,
}
Expand description
Represents the output of one of the following actions:
-
CreateSubnetGroup
-
ModifySubnetGroup
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_group_name: Option<String>
The name of the subnet group.
description: Option<String>
The description of the subnet group.
vpc_id: Option<String>
The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
subnets: Option<Vec<Subnet>>
A list of subnets associated with the subnet group.
Implementations
The name of the subnet group.
The description of the subnet group.
The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
Creates a new builder-style object to manufacture SubnetGroup
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 SubnetGroup
impl Send for SubnetGroup
impl Sync for SubnetGroup
impl Unpin for SubnetGroup
impl UnwindSafe for SubnetGroup
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