Struct aws_sdk_shield::model::ProtectionGroupLimits [−][src]
#[non_exhaustive]pub struct ProtectionGroupLimits {
pub max_protection_groups: i64,
pub pattern_type_limits: Option<ProtectionGroupPatternTypeLimits>,
}
Expand description
Limits settings on protection groups for your subscription.
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.max_protection_groups: i64
The maximum number of protection groups that you can have at one time.
pattern_type_limits: Option<ProtectionGroupPatternTypeLimits>
Limits settings by pattern type in the protection groups for your subscription.
Implementations
The maximum number of protection groups that you can have at one time.
Limits settings by pattern type in the protection groups for your subscription.
Creates a new builder-style object to manufacture ProtectionGroupLimits
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 ProtectionGroupLimits
impl Send for ProtectionGroupLimits
impl Sync for ProtectionGroupLimits
impl Unpin for ProtectionGroupLimits
impl UnwindSafe for ProtectionGroupLimits
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