Struct aws_sdk_ec2::model::PathComponent
source · [−]#[non_exhaustive]pub struct PathComponent { /* private fields */ }
Expand description
Describes a path component.
Implementations
sourceimpl PathComponent
impl PathComponent
sourcepub fn sequence_number(&self) -> Option<i32>
pub fn sequence_number(&self) -> Option<i32>
The sequence number.
sourcepub fn acl_rule(&self) -> Option<&AnalysisAclRule>
pub fn acl_rule(&self) -> Option<&AnalysisAclRule>
The network ACL rule.
sourcepub fn attached_to(&self) -> Option<&AnalysisComponent>
pub fn attached_to(&self) -> Option<&AnalysisComponent>
The resource to which the path component is attached.
sourcepub fn component(&self) -> Option<&AnalysisComponent>
pub fn component(&self) -> Option<&AnalysisComponent>
The component.
sourcepub fn destination_vpc(&self) -> Option<&AnalysisComponent>
pub fn destination_vpc(&self) -> Option<&AnalysisComponent>
The destination VPC.
sourcepub fn outbound_header(&self) -> Option<&AnalysisPacketHeader>
pub fn outbound_header(&self) -> Option<&AnalysisPacketHeader>
The outbound header.
sourcepub fn inbound_header(&self) -> Option<&AnalysisPacketHeader>
pub fn inbound_header(&self) -> Option<&AnalysisPacketHeader>
The inbound header.
sourcepub fn route_table_route(&self) -> Option<&AnalysisRouteTableRoute>
pub fn route_table_route(&self) -> Option<&AnalysisRouteTableRoute>
The route table route.
sourcepub fn security_group_rule(&self) -> Option<&AnalysisSecurityGroupRule>
pub fn security_group_rule(&self) -> Option<&AnalysisSecurityGroupRule>
The security group rule.
sourcepub fn source_vpc(&self) -> Option<&AnalysisComponent>
pub fn source_vpc(&self) -> Option<&AnalysisComponent>
The source VPC.
sourcepub fn subnet(&self) -> Option<&AnalysisComponent>
pub fn subnet(&self) -> Option<&AnalysisComponent>
The subnet.
sourcepub fn vpc(&self) -> Option<&AnalysisComponent>
pub fn vpc(&self) -> Option<&AnalysisComponent>
The component VPC.
sourcepub fn additional_details(&self) -> Option<&[AdditionalDetail]>
pub fn additional_details(&self) -> Option<&[AdditionalDetail]>
The additional details.
sourcepub fn transit_gateway(&self) -> Option<&AnalysisComponent>
pub fn transit_gateway(&self) -> Option<&AnalysisComponent>
The transit gateway.
sourcepub fn transit_gateway_route_table_route(
&self
) -> Option<&TransitGatewayRouteTableRoute>
pub fn transit_gateway_route_table_route(
&self
) -> Option<&TransitGatewayRouteTableRoute>
The route in a transit gateway route table.
sourceimpl PathComponent
impl PathComponent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PathComponent
.
Trait Implementations
sourceimpl Clone for PathComponent
impl Clone for PathComponent
sourcefn clone(&self) -> PathComponent
fn clone(&self) -> PathComponent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PathComponent
impl Debug for PathComponent
sourceimpl PartialEq<PathComponent> for PathComponent
impl PartialEq<PathComponent> for PathComponent
sourcefn eq(&self, other: &PathComponent) -> bool
fn eq(&self, other: &PathComponent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for PathComponent
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more