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