Struct aws_sdk_securityhub::model::Standard [−][src]
#[non_exhaustive]pub struct Standard {
pub standards_arn: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub enabled_by_default: bool,
}
Expand description
Provides information about a specific standard.
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.standards_arn: Option<String>
The ARN of a standard.
name: Option<String>
The name of the standard.
description: Option<String>
A description of the standard.
enabled_by_default: bool
Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.
When Security Hub is enabled using the EnableSecurityHub
API operation, the
standard is enabled by default unless EnableDefaultStandards
is set to
false
.
Implementations
The ARN of a standard.
A description of the standard.
Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.
When Security Hub is enabled using the EnableSecurityHub
API operation, the
standard is enabled by default unless EnableDefaultStandards
is set to
false
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Standard
impl UnwindSafe for Standard
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