Struct aws_sdk_mq::model::BrokerInstanceOption
source · [−]#[non_exhaustive]pub struct BrokerInstanceOption {
pub availability_zones: Option<Vec<AvailabilityZone>>,
pub engine_type: Option<EngineType>,
pub host_instance_type: Option<String>,
pub storage_type: Option<BrokerStorageType>,
pub supported_deployment_modes: Option<Vec<DeploymentMode>>,
pub supported_engine_versions: Option<Vec<String>>,
}
Expand description
Option for host instance type.
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.availability_zones: Option<Vec<AvailabilityZone>>
The list of available az.
engine_type: Option<EngineType>
The broker's engine type.
host_instance_type: Option<String>
The broker's instance type.
storage_type: Option<BrokerStorageType>
The broker's storage type.
supported_deployment_modes: Option<Vec<DeploymentMode>>
The list of supported deployment modes.
supported_engine_versions: Option<Vec<String>>
The list of supported engine versions.
Implementations
The list of available az.
The broker's engine type.
The broker's instance type.
The broker's storage type.
The list of supported deployment modes.
Creates a new builder-style object to manufacture BrokerInstanceOption
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
impl RefUnwindSafe for BrokerInstanceOption
impl Send for BrokerInstanceOption
impl Sync for BrokerInstanceOption
impl Unpin for BrokerInstanceOption
impl UnwindSafe for BrokerInstanceOption
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