Struct aws_sdk_elasticsearch::output::PurchaseReservedElasticsearchInstanceOfferingOutput
source · [−]#[non_exhaustive]pub struct PurchaseReservedElasticsearchInstanceOfferingOutput { /* private fields */ }
Expand description
Represents the output of a PurchaseReservedElasticsearchInstanceOffering
operation.
Implementations
sourceimpl PurchaseReservedElasticsearchInstanceOfferingOutput
impl PurchaseReservedElasticsearchInstanceOfferingOutput
sourcepub fn reserved_elasticsearch_instance_id(&self) -> Option<&str>
pub fn reserved_elasticsearch_instance_id(&self) -> Option<&str>
Details of the reserved Elasticsearch instance which was purchased.
sourcepub fn reservation_name(&self) -> Option<&str>
pub fn reservation_name(&self) -> Option<&str>
The customer-specified identifier used to track this reservation.
sourceimpl PurchaseReservedElasticsearchInstanceOfferingOutput
impl PurchaseReservedElasticsearchInstanceOfferingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PurchaseReservedElasticsearchInstanceOfferingOutput
.
Trait Implementations
sourceimpl Clone for PurchaseReservedElasticsearchInstanceOfferingOutput
impl Clone for PurchaseReservedElasticsearchInstanceOfferingOutput
sourcefn clone(&self) -> PurchaseReservedElasticsearchInstanceOfferingOutput
fn clone(&self) -> PurchaseReservedElasticsearchInstanceOfferingOutput
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 PartialEq<PurchaseReservedElasticsearchInstanceOfferingOutput> for PurchaseReservedElasticsearchInstanceOfferingOutput
impl PartialEq<PurchaseReservedElasticsearchInstanceOfferingOutput> for PurchaseReservedElasticsearchInstanceOfferingOutput
sourcefn eq(&self, other: &PurchaseReservedElasticsearchInstanceOfferingOutput) -> bool
fn eq(&self, other: &PurchaseReservedElasticsearchInstanceOfferingOutput) -> bool
impl StructuralPartialEq for PurchaseReservedElasticsearchInstanceOfferingOutput
Auto Trait Implementations
impl RefUnwindSafe for PurchaseReservedElasticsearchInstanceOfferingOutput
impl Send for PurchaseReservedElasticsearchInstanceOfferingOutput
impl Sync for PurchaseReservedElasticsearchInstanceOfferingOutput
impl Unpin for PurchaseReservedElasticsearchInstanceOfferingOutput
impl UnwindSafe for PurchaseReservedElasticsearchInstanceOfferingOutput
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