Struct aws_sdk_elasticsearch::output::PurchaseReservedElasticsearchInstanceOfferingOutput  
source · [−]#[non_exhaustive]pub struct PurchaseReservedElasticsearchInstanceOfferingOutput {
    pub reserved_elasticsearch_instance_id: Option<String>,
    pub reservation_name: Option<String>,
}Expand description
Represents the output of a PurchaseReservedElasticsearchInstanceOffering operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.reserved_elasticsearch_instance_id: Option<String>Details of the reserved Elasticsearch instance which was purchased.
reservation_name: Option<String>The customer-specified identifier used to track this reservation.
Implementations
Details of the reserved Elasticsearch instance which was purchased.
The customer-specified identifier used to track this reservation.
Creates a new builder-style object to manufacture PurchaseReservedElasticsearchInstanceOfferingOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more