#[non_exhaustive]pub struct PurchaseReservedElasticsearchInstanceOfferingOutput { /* private fields */ }Expand description
Represents the output of a PurchaseReservedElasticsearchInstanceOffering operation.
Implementations§
source§impl 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.
source§impl PurchaseReservedElasticsearchInstanceOfferingOutput
impl PurchaseReservedElasticsearchInstanceOfferingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PurchaseReservedElasticsearchInstanceOfferingOutput.
Trait Implementations§
source§impl Clone for PurchaseReservedElasticsearchInstanceOfferingOutput
impl Clone for PurchaseReservedElasticsearchInstanceOfferingOutput
source§fn clone(&self) -> PurchaseReservedElasticsearchInstanceOfferingOutput
fn clone(&self) -> PurchaseReservedElasticsearchInstanceOfferingOutput
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 PartialEq<PurchaseReservedElasticsearchInstanceOfferingOutput> for PurchaseReservedElasticsearchInstanceOfferingOutput
impl PartialEq<PurchaseReservedElasticsearchInstanceOfferingOutput> for PurchaseReservedElasticsearchInstanceOfferingOutput
source§fn eq(&self, other: &PurchaseReservedElasticsearchInstanceOfferingOutput) -> bool
fn eq(&self, other: &PurchaseReservedElasticsearchInstanceOfferingOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.