Struct aws_sdk_elasticache::model::Subnet
source · [−]#[non_exhaustive]pub struct Subnet { /* private fields */ }Expand description
Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache.
Implementations
sourceimpl Subnet
impl Subnet
sourcepub fn subnet_identifier(&self) -> Option<&str>
pub fn subnet_identifier(&self) -> Option<&str>
The unique identifier for the subnet.
sourcepub fn subnet_availability_zone(&self) -> Option<&AvailabilityZone>
pub fn subnet_availability_zone(&self) -> Option<&AvailabilityZone>
The Availability Zone associated with the subnet.
sourcepub fn subnet_outpost(&self) -> Option<&SubnetOutpost>
pub fn subnet_outpost(&self) -> Option<&SubnetOutpost>
The outpost ARN of the subnet.
Trait Implementations
impl StructuralPartialEq for Subnet
Auto Trait Implementations
impl RefUnwindSafe for Subnet
impl Send for Subnet
impl Sync for Subnet
impl Unpin for Subnet
impl UnwindSafe for Subnet
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