Struct aws_sdk_securityhub::model::NetworkHeader
source · #[non_exhaustive]pub struct NetworkHeader { /* private fields */ }
Expand description
Details about a network path component that occurs before or after the current component.
Implementations§
source§impl NetworkHeader
impl NetworkHeader
sourcepub fn destination(&self) -> Option<&NetworkPathComponentDetails>
pub fn destination(&self) -> Option<&NetworkPathComponentDetails>
Information about the destination of the component.
sourcepub fn source(&self) -> Option<&NetworkPathComponentDetails>
pub fn source(&self) -> Option<&NetworkPathComponentDetails>
Information about the origin of the component.
source§impl NetworkHeader
impl NetworkHeader
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkHeader
.
Trait Implementations§
source§impl Clone for NetworkHeader
impl Clone for NetworkHeader
source§fn clone(&self) -> NetworkHeader
fn clone(&self) -> NetworkHeader
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more