Struct aws_sdk_ec2::model::VpcPeeringConnectionVpcInfo [−][src]
#[non_exhaustive]pub struct VpcPeeringConnectionVpcInfo {
pub cidr_block: Option<String>,
pub ipv6_cidr_block_set: Option<Vec<Ipv6CidrBlock>>,
pub cidr_block_set: Option<Vec<CidrBlock>>,
pub owner_id: Option<String>,
pub peering_options: Option<VpcPeeringConnectionOptionsDescription>,
pub vpc_id: Option<String>,
pub region: Option<String>,
}
Expand description
Describes a VPC in a VPC peering connection.
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.cidr_block: Option<String>
The IPv4 CIDR block for the VPC.
ipv6_cidr_block_set: Option<Vec<Ipv6CidrBlock>>
The IPv6 CIDR block for the VPC.
cidr_block_set: Option<Vec<CidrBlock>>
Information about the IPv4 CIDR blocks for the VPC.
owner_id: Option<String>
The ID of the Amazon Web Services account that owns the VPC.
peering_options: Option<VpcPeeringConnectionOptionsDescription>
Information about the VPC peering connection options for the accepter or requester VPC.
vpc_id: Option<String>
The ID of the VPC.
region: Option<String>
The Region in which the VPC is located.
Implementations
The IPv4 CIDR block for the VPC.
The IPv6 CIDR block for the VPC.
Information about the IPv4 CIDR blocks for the VPC.
The ID of the Amazon Web Services account that owns the VPC.
Information about the VPC peering connection options for the accepter or requester VPC.
Creates a new builder-style object to manufacture VpcPeeringConnectionVpcInfo
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 VpcPeeringConnectionVpcInfo
impl Send for VpcPeeringConnectionVpcInfo
impl Sync for VpcPeeringConnectionVpcInfo
impl Unpin for VpcPeeringConnectionVpcInfo
impl UnwindSafe for VpcPeeringConnectionVpcInfo
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