Struct aws_sdk_ec2::model::SubnetCidrReservation
source · [−]#[non_exhaustive]pub struct SubnetCidrReservation { /* private fields */ }
Expand description
Describes a subnet CIDR reservation.
Implementations
sourceimpl 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.
sourceimpl SubnetCidrReservation
impl SubnetCidrReservation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubnetCidrReservation
.
Trait Implementations
sourceimpl Clone for SubnetCidrReservation
impl Clone for SubnetCidrReservation
sourcefn clone(&self) -> SubnetCidrReservation
fn clone(&self) -> SubnetCidrReservation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SubnetCidrReservation
impl Debug for SubnetCidrReservation
sourceimpl PartialEq<SubnetCidrReservation> for SubnetCidrReservation
impl PartialEq<SubnetCidrReservation> for SubnetCidrReservation
sourcefn eq(&self, other: &SubnetCidrReservation) -> bool
fn eq(&self, other: &SubnetCidrReservation) -> bool
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
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