Struct aws_sdk_ec2::types::SubnetCidrReservation
source · #[non_exhaustive]pub struct SubnetCidrReservation { /* private fields */ }
Expand description
Describes a subnet CIDR reservation.
Implementations§
source§impl SubnetCidrReservation
impl SubnetCidrReservation
sourcepub fn subnet_cidr_reservation_id(&self) -> Option<&str>
pub fn subnet_cidr_reservation_id(&self) -> Option<&str>
The ID of the subnet CIDR reservation.
sourcepub fn reservation_type(&self) -> Option<&SubnetCidrReservationType>
pub fn reservation_type(&self) -> Option<&SubnetCidrReservationType>
The type of reservation.
sourcepub fn owner_id(&self) -> Option<&str>
pub fn owner_id(&self) -> Option<&str>
The ID of the account that owns the subnet CIDR reservation.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description assigned to the subnet CIDR reservation.
The tags assigned to the subnet CIDR reservation.
source§impl SubnetCidrReservation
impl SubnetCidrReservation
sourcepub fn builder() -> SubnetCidrReservationBuilder
pub fn builder() -> SubnetCidrReservationBuilder
Creates a new builder-style object to manufacture SubnetCidrReservation
.
Trait Implementations§
source§impl Clone for SubnetCidrReservation
impl Clone for SubnetCidrReservation
source§fn clone(&self) -> SubnetCidrReservation
fn clone(&self) -> SubnetCidrReservation
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 SubnetCidrReservation
impl Debug for SubnetCidrReservation
source§impl PartialEq<SubnetCidrReservation> for SubnetCidrReservation
impl PartialEq<SubnetCidrReservation> for SubnetCidrReservation
source§fn eq(&self, other: &SubnetCidrReservation) -> bool
fn eq(&self, other: &SubnetCidrReservation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SubnetCidrReservation
Auto Trait Implementations§
impl RefUnwindSafe for SubnetCidrReservation
impl Send for SubnetCidrReservation
impl Sync for SubnetCidrReservation
impl Unpin for SubnetCidrReservation
impl UnwindSafe for SubnetCidrReservation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more