Struct aws_sdk_ec2::model::PathComponent [−][src]
#[non_exhaustive]pub struct PathComponent {
pub sequence_number: Option<i32>,
pub acl_rule: Option<AnalysisAclRule>,
pub component: Option<AnalysisComponent>,
pub destination_vpc: Option<AnalysisComponent>,
pub outbound_header: Option<AnalysisPacketHeader>,
pub inbound_header: Option<AnalysisPacketHeader>,
pub route_table_route: Option<AnalysisRouteTableRoute>,
pub security_group_rule: Option<AnalysisSecurityGroupRule>,
pub source_vpc: Option<AnalysisComponent>,
pub subnet: Option<AnalysisComponent>,
pub vpc: Option<AnalysisComponent>,
}
Expand description
Describes a path component.
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.sequence_number: Option<i32>
The sequence number.
acl_rule: Option<AnalysisAclRule>
The network ACL rule.
component: Option<AnalysisComponent>
The component.
destination_vpc: Option<AnalysisComponent>
The destination VPC.
outbound_header: Option<AnalysisPacketHeader>
The outbound header.
inbound_header: Option<AnalysisPacketHeader>
The inbound header.
route_table_route: Option<AnalysisRouteTableRoute>
The route table route.
security_group_rule: Option<AnalysisSecurityGroupRule>
The security group rule.
source_vpc: Option<AnalysisComponent>
The source VPC.
subnet: Option<AnalysisComponent>
The subnet.
vpc: Option<AnalysisComponent>
The component VPC.
Implementations
The sequence number.
The network ACL rule.
The component.
The destination VPC.
The outbound header.
The inbound header.
The route table route.
The security group rule.
The source VPC.
The subnet.
The component VPC.
Creates a new builder-style object to manufacture PathComponent
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 PathComponent
impl Send for PathComponent
impl Sync for PathComponent
impl Unpin for PathComponent
impl UnwindSafe for PathComponent
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