Struct aws_sdk_ec2::model::NetworkInsightsPath
source · [−]#[non_exhaustive]pub struct NetworkInsightsPath { /* private fields */ }
Expand description
Describes a path.
Implementations
sourceimpl NetworkInsightsPath
impl NetworkInsightsPath
sourcepub fn network_insights_path_id(&self) -> Option<&str>
pub fn network_insights_path_id(&self) -> Option<&str>
The ID of the path.
sourcepub fn network_insights_path_arn(&self) -> Option<&str>
pub fn network_insights_path_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the path.
sourcepub fn created_date(&self) -> Option<&DateTime>
pub fn created_date(&self) -> Option<&DateTime>
The time stamp when the path was created.
sourcepub fn source(&self) -> Option<&str>
pub fn source(&self) -> Option<&str>
The Amazon Web Services resource that is the source of the path.
sourcepub fn destination(&self) -> Option<&str>
pub fn destination(&self) -> Option<&str>
The Amazon Web Services resource that is the destination of the path.
sourcepub fn source_ip(&self) -> Option<&str>
pub fn source_ip(&self) -> Option<&str>
The IP address of the Amazon Web Services resource that is the source of the path.
sourcepub fn destination_ip(&self) -> Option<&str>
pub fn destination_ip(&self) -> Option<&str>
The IP address of the Amazon Web Services resource that is the destination of the path.
sourcepub fn destination_port(&self) -> Option<i32>
pub fn destination_port(&self) -> Option<i32>
The destination port.
The tags associated with the path.
sourceimpl NetworkInsightsPath
impl NetworkInsightsPath
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkInsightsPath
.
Trait Implementations
sourceimpl Clone for NetworkInsightsPath
impl Clone for NetworkInsightsPath
sourcefn clone(&self) -> NetworkInsightsPath
fn clone(&self) -> NetworkInsightsPath
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 moresourceimpl Debug for NetworkInsightsPath
impl Debug for NetworkInsightsPath
sourceimpl PartialEq<NetworkInsightsPath> for NetworkInsightsPath
impl PartialEq<NetworkInsightsPath> for NetworkInsightsPath
sourcefn eq(&self, other: &NetworkInsightsPath) -> bool
fn eq(&self, other: &NetworkInsightsPath) -> bool
impl StructuralPartialEq for NetworkInsightsPath
Auto Trait Implementations
impl RefUnwindSafe for NetworkInsightsPath
impl Send for NetworkInsightsPath
impl Sync for NetworkInsightsPath
impl Unpin for NetworkInsightsPath
impl UnwindSafe for NetworkInsightsPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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