Struct aws_sdk_securityhub::model::NetworkPathComponent
source · [−]#[non_exhaustive]pub struct NetworkPathComponent {
pub component_id: Option<String>,
pub component_type: Option<String>,
pub egress: Option<NetworkHeader>,
pub ingress: Option<NetworkHeader>,
}
Expand description
Information about a network 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.component_id: Option<String>
The identifier of a component in the network path.
component_type: Option<String>
The type of component.
egress: Option<NetworkHeader>
Information about the component that comes after the current component in the network path.
ingress: Option<NetworkHeader>
Information about the component that comes before the current node in the network path.
Implementations
The identifier of a component in the network path.
The type of component.
Information about the component that comes after the current component in the network path.
Information about the component that comes before the current node in the network path.
Creates a new builder-style object to manufacture NetworkPathComponent
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 NetworkPathComponent
impl Send for NetworkPathComponent
impl Sync for NetworkPathComponent
impl Unpin for NetworkPathComponent
impl UnwindSafe for NetworkPathComponent
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