Struct aws_sdk_elasticsearch::model::InstanceLimits [−][src]
#[non_exhaustive]pub struct InstanceLimits {
pub instance_count_limits: Option<InstanceCountLimits>,
}
Expand description
InstanceLimits represents the list of instance related attributes that are available 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.instance_count_limits: Option<InstanceCountLimits>
InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.
Implementations
InstanceCountLimits represents the limits on number of instances that be created in Amazon Elasticsearch for given InstanceType.
Creates a new builder-style object to manufacture InstanceLimits
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 InstanceLimits
impl Send for InstanceLimits
impl Sync for InstanceLimits
impl Unpin for InstanceLimits
impl UnwindSafe for InstanceLimits
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