Struct aws_sdk_mq::model::BrokerInstanceOption
source · [−]#[non_exhaustive]pub struct BrokerInstanceOption { /* private fields */ }
Expand description
Option for host instance type.
Implementations
sourceimpl BrokerInstanceOption
impl BrokerInstanceOption
sourcepub fn availability_zones(&self) -> Option<&[AvailabilityZone]>
pub fn availability_zones(&self) -> Option<&[AvailabilityZone]>
The list of available az.
sourcepub fn engine_type(&self) -> Option<&EngineType>
pub fn engine_type(&self) -> Option<&EngineType>
The broker's engine type.
sourcepub fn host_instance_type(&self) -> Option<&str>
pub fn host_instance_type(&self) -> Option<&str>
The broker's instance type.
sourcepub fn storage_type(&self) -> Option<&BrokerStorageType>
pub fn storage_type(&self) -> Option<&BrokerStorageType>
The broker's storage type.
sourcepub fn supported_deployment_modes(&self) -> Option<&[DeploymentMode]>
pub fn supported_deployment_modes(&self) -> Option<&[DeploymentMode]>
The list of supported deployment modes.
sourcepub fn supported_engine_versions(&self) -> Option<&[String]>
pub fn supported_engine_versions(&self) -> Option<&[String]>
The list of supported engine versions.
sourceimpl BrokerInstanceOption
impl BrokerInstanceOption
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BrokerInstanceOption
.
Trait Implementations
sourceimpl Clone for BrokerInstanceOption
impl Clone for BrokerInstanceOption
sourcefn clone(&self) -> BrokerInstanceOption
fn clone(&self) -> BrokerInstanceOption
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 Debug for BrokerInstanceOption
impl Debug for BrokerInstanceOption
sourceimpl PartialEq<BrokerInstanceOption> for BrokerInstanceOption
impl PartialEq<BrokerInstanceOption> for BrokerInstanceOption
sourcefn eq(&self, other: &BrokerInstanceOption) -> bool
fn eq(&self, other: &BrokerInstanceOption) -> bool
impl StructuralPartialEq for BrokerInstanceOption
Auto Trait Implementations
impl RefUnwindSafe for BrokerInstanceOption
impl Send for BrokerInstanceOption
impl Sync for BrokerInstanceOption
impl Unpin for BrokerInstanceOption
impl UnwindSafe for BrokerInstanceOption
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