Struct aws_sdk_elasticsearch::model::Limits [−][src]
#[non_exhaustive]pub struct Limits {
pub storage_types: Option<Vec<StorageType>>,
pub instance_limits: Option<InstanceLimits>,
pub additional_limits: Option<Vec<AdditionalLimit>>,
}
Expand description
Limits for given InstanceType and for each of it's role.
Limits contains following
StorageTypes,
and InstanceLimits
AdditionalLimits
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.storage_types: Option<Vec<StorageType>>
StorageType represents the list of storage related types and attributes that are available for given InstanceType.
instance_limits: Option<InstanceLimits>
InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
additional_limits: Option<Vec<AdditionalLimit>>
List of additional limits that are specific to a given InstanceType and for each of it's
. InstanceRole
Implementations
StorageType represents the list of storage related types and attributes that are available for given InstanceType.
InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
List of additional limits that are specific to a given InstanceType and for each of it's
. InstanceRole
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Limits
impl UnwindSafe for Limits
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