Struct aws_sdk_elasticsearch::model::StorageTypeLimit [−][src]
#[non_exhaustive]pub struct StorageTypeLimit {
pub limit_name: Option<String>,
pub limit_values: Option<Vec<String>>,
}
Expand description
Limits that are applicable for given storage type.
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 storage limits that are applicable for given storage type. If
is ebs, following storage options are applicable StorageType
- MinimumVolumeSize Minimum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable.
- MaximumVolumeSize Maximum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable.
- MaximumIops Maximum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.
- MinimumIops Minimum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.
limit_values: Option<Vec<String>>
Values for the
. StorageTypeLimit$LimitName
Implementations
Name of storage limits that are applicable for given storage type. If
is ebs, following storage options are applicable StorageType
- MinimumVolumeSize Minimum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable.
- MaximumVolumeSize Maximum amount of volume size that is applicable for given storage type.It can be empty if it is not applicable.
- MaximumIops Maximum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.
- MinimumIops Minimum amount of Iops that is applicable for given storage type.It can be empty if it is not applicable.
Creates a new builder-style object to manufacture StorageTypeLimit
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 StorageTypeLimit
impl Send for StorageTypeLimit
impl Sync for StorageTypeLimit
impl Unpin for StorageTypeLimit
impl UnwindSafe for StorageTypeLimit
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