#[non_exhaustive]pub struct DescribeElasticsearchInstanceTypeLimitsOutput { /* private fields */ }
Expand description
Container for the parameters received from
operation. DescribeElasticsearchInstanceTypeLimits
Implementations§
source§impl DescribeElasticsearchInstanceTypeLimitsOutput
impl DescribeElasticsearchInstanceTypeLimitsOutput
sourcepub fn limits_by_role(&self) -> Option<&HashMap<String, Limits>>
pub fn limits_by_role(&self) -> 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
source§impl DescribeElasticsearchInstanceTypeLimitsOutput
impl DescribeElasticsearchInstanceTypeLimitsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeElasticsearchInstanceTypeLimitsOutput
.
Trait Implementations§
source§impl Clone for DescribeElasticsearchInstanceTypeLimitsOutput
impl Clone for DescribeElasticsearchInstanceTypeLimitsOutput
source§fn clone(&self) -> DescribeElasticsearchInstanceTypeLimitsOutput
fn clone(&self) -> DescribeElasticsearchInstanceTypeLimitsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DescribeElasticsearchInstanceTypeLimitsOutput> for DescribeElasticsearchInstanceTypeLimitsOutput
impl PartialEq<DescribeElasticsearchInstanceTypeLimitsOutput> for DescribeElasticsearchInstanceTypeLimitsOutput
source§fn eq(&self, other: &DescribeElasticsearchInstanceTypeLimitsOutput) -> bool
fn eq(&self, other: &DescribeElasticsearchInstanceTypeLimitsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.