Struct aws_sdk_ec2::model::VpcPeeringConnection [−][src]
#[non_exhaustive]pub struct VpcPeeringConnection {
pub accepter_vpc_info: Option<VpcPeeringConnectionVpcInfo>,
pub expiration_time: Option<DateTime>,
pub requester_vpc_info: Option<VpcPeeringConnectionVpcInfo>,
pub status: Option<VpcPeeringConnectionStateReason>,
pub tags: Option<Vec<Tag>>,
pub vpc_peering_connection_id: Option<String>,
}
Expand description
Describes 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.accepter_vpc_info: Option<VpcPeeringConnectionVpcInfo>
Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.
expiration_time: Option<DateTime>
The time that an unaccepted VPC peering connection will expire.
requester_vpc_info: Option<VpcPeeringConnectionVpcInfo>
Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.
status: Option<VpcPeeringConnectionStateReason>
The status of the VPC peering connection.
Any tags assigned to the resource.
vpc_peering_connection_id: Option<String>
The ID of the VPC peering connection.
Implementations
Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.
The time that an unaccepted VPC peering connection will expire.
Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.
The status of the VPC peering connection.
Any tags assigned to the resource.
The ID of the VPC peering connection.
Creates a new builder-style object to manufacture VpcPeeringConnection
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 VpcPeeringConnection
impl Send for VpcPeeringConnection
impl Sync for VpcPeeringConnection
impl Unpin for VpcPeeringConnection
impl UnwindSafe for VpcPeeringConnection
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