Struct aws_sdk_elasticache::model::SubnetOutpost
source · #[non_exhaustive]pub struct SubnetOutpost { /* private fields */ }
Expand description
The ID of the outpost subnet.
Implementations§
source§impl SubnetOutpost
impl SubnetOutpost
sourcepub fn subnet_outpost_arn(&self) -> Option<&str>
pub fn subnet_outpost_arn(&self) -> Option<&str>
The outpost ARN of the subnet.
source§impl SubnetOutpost
impl SubnetOutpost
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubnetOutpost
.
Trait Implementations§
source§impl Clone for SubnetOutpost
impl Clone for SubnetOutpost
source§fn clone(&self) -> SubnetOutpost
fn clone(&self) -> SubnetOutpost
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 SubnetOutpost
impl Debug for SubnetOutpost
source§impl PartialEq<SubnetOutpost> for SubnetOutpost
impl PartialEq<SubnetOutpost> for SubnetOutpost
source§fn eq(&self, other: &SubnetOutpost) -> bool
fn eq(&self, other: &SubnetOutpost) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.