Struct aws_sdk_elasticsearch::output::DescribeElasticsearchInstanceTypeLimitsOutput [−][src]
#[non_exhaustive]pub struct DescribeElasticsearchInstanceTypeLimitsOutput {
pub limits_by_role: Option<HashMap<String, Limits>>,
}
Expand description
Container for the parameters received from
operation. DescribeElasticsearchInstanceTypeLimits
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>>
Map of Role of the Instance and Limits that are applicable. Role performed by given Instance in Elasticsearch can be one of the following:
- data: If the given InstanceType is used as data node
- master: If the given InstanceType is used as master node
- ultra_warm: If the given InstanceType is used as warm node
Implementations
Map of Role of the Instance and Limits that are applicable. Role performed by given Instance in Elasticsearch can be one of the following:
- data: If the given InstanceType is used as data node
- master: If the given InstanceType is used as master node
- ultra_warm: If the given InstanceType is used as warm node
Creates a new builder-style object to manufacture DescribeElasticsearchInstanceTypeLimitsOutput
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
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