Struct aws_sdk_elasticsearch::model::AdditionalLimit  
source · [−]#[non_exhaustive]pub struct AdditionalLimit {
    pub limit_name: Option<String>,
    pub limit_values: Option<Vec<String>>,
}Expand description
 List of limits that are specific to a given InstanceType and for each of it's   . InstanceRole 
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.limit_name: Option<String> Name of Additional Limit is specific to a given InstanceType and for each of it's   etc. InstanceRole 
 Attributes and their details: 
 
- MaximumNumberOfDataNodesSupported This attribute will be present in Master node only to specify how much data nodes upto which given
- MaximumNumberOfDataNodesWithoutMasterNode This attribute will be present in Data node only to specify how much data nodes of given
 ESPartitionInstanceType  can support as master node.
 ESPartitionInstanceType  upto which you don't need any master nodes to govern them.
limit_values: Option<Vec<String>> Value for given   . AdditionalLimit$LimitName 
Implementations
 Name of Additional Limit is specific to a given InstanceType and for each of it's   etc. InstanceRole 
 Attributes and their details: 
 
- MaximumNumberOfDataNodesSupported This attribute will be present in Master node only to specify how much data nodes upto which given
- MaximumNumberOfDataNodesWithoutMasterNode This attribute will be present in Data node only to specify how much data nodes of given
 ESPartitionInstanceType  can support as master node.
 ESPartitionInstanceType  upto which you don't need any master nodes to govern them.
Creates a new builder-style object to manufacture AdditionalLimit
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 AdditionalLimit
impl Send for AdditionalLimit
impl Sync for AdditionalLimit
impl Unpin for AdditionalLimit
impl UnwindSafe for AdditionalLimit
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