Struct aws_sdk_opensearch::output::DescribeInstanceTypeLimitsOutput [−][src]
#[non_exhaustive]pub struct DescribeInstanceTypeLimitsOutput {
pub limits_by_role: Option<HashMap<String, Limits>>,
}
Expand description
Container for the parameters received from the
DescribeInstanceTypeLimits
operation.
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.limits_by_role: Option<HashMap<String, Limits>>
The role of a given instance and all applicable limits. The role performed by a given OpenSearch instance can be one of the following:
- data: If the given InstanceType is used as a data node
- master: If the given InstanceType is used as a master node
- ultra_warm: If the given InstanceType is used as a warm node
Implementations
The role of a given instance and all applicable limits. The role performed by a given OpenSearch instance can be one of the following:
- data: If the given InstanceType is used as a data node
- master: If the given InstanceType is used as a master node
- ultra_warm: If the given InstanceType is used as a warm node
Creates a new builder-style object to manufacture DescribeInstanceTypeLimitsOutput
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 Send for DescribeInstanceTypeLimitsOutput
impl Sync for DescribeInstanceTypeLimitsOutput
impl Unpin for DescribeInstanceTypeLimitsOutput
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