#[non_exhaustive]pub struct DescribeProtectionGroupOutput {
pub protection_group: Option<ProtectionGroup>,
}
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.protection_group: Option<ProtectionGroup>
A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
Implementations
A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
Creates a new builder-style object to manufacture DescribeProtectionGroupOutput
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 Send for DescribeProtectionGroupOutput
impl Sync for DescribeProtectionGroupOutput
impl Unpin for DescribeProtectionGroupOutput
impl UnwindSafe for DescribeProtectionGroupOutput
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