Struct aws_sdk_ec2::model::AlternatePathHint
source · #[non_exhaustive]pub struct AlternatePathHint { /* private fields */ }
Expand description
Describes an potential intermediate component of a feasible path.
Implementations§
source§impl AlternatePathHint
impl AlternatePathHint
sourcepub fn component_id(&self) -> Option<&str>
pub fn component_id(&self) -> Option<&str>
The ID of the component.
sourcepub fn component_arn(&self) -> Option<&str>
pub fn component_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the component.
source§impl AlternatePathHint
impl AlternatePathHint
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AlternatePathHint
.
Trait Implementations§
source§impl Clone for AlternatePathHint
impl Clone for AlternatePathHint
source§fn clone(&self) -> AlternatePathHint
fn clone(&self) -> AlternatePathHint
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 AlternatePathHint
impl Debug for AlternatePathHint
source§impl PartialEq<AlternatePathHint> for AlternatePathHint
impl PartialEq<AlternatePathHint> for AlternatePathHint
source§fn eq(&self, other: &AlternatePathHint) -> bool
fn eq(&self, other: &AlternatePathHint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.