Struct aws_sdk_docdb::types::OrderableDbInstanceOption
source · #[non_exhaustive]pub struct OrderableDbInstanceOption { /* private fields */ }Expand description
The options that are available for an instance.
Implementations§
source§impl OrderableDbInstanceOption
impl OrderableDbInstanceOption
sourcepub fn engine_version(&self) -> Option<&str>
pub fn engine_version(&self) -> Option<&str>
The engine version of an instance.
sourcepub fn db_instance_class(&self) -> Option<&str>
pub fn db_instance_class(&self) -> Option<&str>
The instance class for an instance.
sourcepub fn license_model(&self) -> Option<&str>
pub fn license_model(&self) -> Option<&str>
The license model for an instance.
sourcepub fn availability_zones(&self) -> Option<&[AvailabilityZone]>
pub fn availability_zones(&self) -> Option<&[AvailabilityZone]>
A list of Availability Zones for an instance.
source§impl OrderableDbInstanceOption
impl OrderableDbInstanceOption
sourcepub fn builder() -> OrderableDbInstanceOptionBuilder
pub fn builder() -> OrderableDbInstanceOptionBuilder
Creates a new builder-style object to manufacture OrderableDbInstanceOption.
Trait Implementations§
source§impl Clone for OrderableDbInstanceOption
impl Clone for OrderableDbInstanceOption
source§fn clone(&self) -> OrderableDbInstanceOption
fn clone(&self) -> OrderableDbInstanceOption
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 OrderableDbInstanceOption
impl Debug for OrderableDbInstanceOption
source§impl PartialEq<OrderableDbInstanceOption> for OrderableDbInstanceOption
impl PartialEq<OrderableDbInstanceOption> for OrderableDbInstanceOption
source§fn eq(&self, other: &OrderableDbInstanceOption) -> bool
fn eq(&self, other: &OrderableDbInstanceOption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.