Struct aws_sdk_memorydb::model::SubnetGroup [−][src]
#[non_exhaustive]pub struct SubnetGroup {
pub name: Option<String>,
pub description: Option<String>,
pub vpc_id: Option<String>,
pub subnets: Option<Vec<Subnet>>,
pub arn: Option<String>,
}Expand description
Represents the output of one of the following operations:
-
CreateSubnetGroup
-
UpdateSubnetGroup
A subnet group is a collection of subnets (typically private) that you can designate for your clusters running in an Amazon Virtual Private Cloud (VPC) environment.
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.name: Option<String>The name of the subnet group
description: Option<String>A 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.
arn: Option<String>The ARN (Amazon Resource Name) of the subnet group.
Implementations
A 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
