#[non_exhaustive]pub struct RouteAnalysisEndpointOptionsSpecification { /* private fields */ }Expand description
Describes a source or a destination.
Implementations§
source§impl RouteAnalysisEndpointOptionsSpecification
impl RouteAnalysisEndpointOptionsSpecification
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 ip_address(&self) -> Option<&str>
pub fn ip_address(&self) -> Option<&str>
The IP address.
source§impl RouteAnalysisEndpointOptionsSpecification
impl RouteAnalysisEndpointOptionsSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RouteAnalysisEndpointOptionsSpecification.
Trait Implementations§
source§impl Clone for RouteAnalysisEndpointOptionsSpecification
impl Clone for RouteAnalysisEndpointOptionsSpecification
source§fn clone(&self) -> RouteAnalysisEndpointOptionsSpecification
fn clone(&self) -> RouteAnalysisEndpointOptionsSpecification
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