Struct aws_sdk_elasticsearch::model::InstanceCountLimits [−][src]
#[non_exhaustive]pub struct InstanceCountLimits {
pub minimum_instance_count: i32,
pub maximum_instance_count: i32,
}
Expand description
InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.
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.minimum_instance_count: i32
Minimum number of Instances that can be instantiated for given InstanceType.
maximum_instance_count: i32
Maximum number of Instances that can be instantiated for given InstanceType.
Implementations
Minimum number of Instances that can be instantiated for given InstanceType.
Maximum number of Instances that can be instantiated for given InstanceType.
Creates a new builder-style object to manufacture InstanceCountLimits
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 InstanceCountLimits
impl Send for InstanceCountLimits
impl Sync for InstanceCountLimits
impl Unpin for InstanceCountLimits
impl UnwindSafe for InstanceCountLimits
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