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
DescribeElasticsearchInstanceTypeLimits
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
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
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