#[non_exhaustive]pub struct RouteAnalysisEndpointOptions { /* private fields */ }
Expand description
Describes a source or a destination.
Implementations§
source§impl RouteAnalysisEndpointOptions
impl RouteAnalysisEndpointOptions
sourcepub fn transit_gateway_attachment_arn(&self) -> Option<&str>
pub fn transit_gateway_attachment_arn(&self) -> Option<&str>
The ARN of the transit gateway attachment.
sourcepub fn transit_gateway_arn(&self) -> Option<&str>
pub fn transit_gateway_arn(&self) -> Option<&str>
The ARN of the transit gateway.
sourcepub fn ip_address(&self) -> Option<&str>
pub fn ip_address(&self) -> Option<&str>
The IP address.
source§impl RouteAnalysisEndpointOptions
impl RouteAnalysisEndpointOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RouteAnalysisEndpointOptions
.
Trait Implementations§
source§impl Clone for RouteAnalysisEndpointOptions
impl Clone for RouteAnalysisEndpointOptions
source§fn clone(&self) -> RouteAnalysisEndpointOptions
fn clone(&self) -> RouteAnalysisEndpointOptions
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 moresource§impl Debug for RouteAnalysisEndpointOptions
impl Debug for RouteAnalysisEndpointOptions
source§impl PartialEq<RouteAnalysisEndpointOptions> for RouteAnalysisEndpointOptions
impl PartialEq<RouteAnalysisEndpointOptions> for RouteAnalysisEndpointOptions
source§fn eq(&self, other: &RouteAnalysisEndpointOptions) -> bool
fn eq(&self, other: &RouteAnalysisEndpointOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.