Struct aws_sdk_securityhub::output::DescribeHubOutput
source · [−]#[non_exhaustive]pub struct DescribeHubOutput {
pub hub_arn: Option<String>,
pub subscribed_at: Option<String>,
pub auto_enable_controls: bool,
}
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.hub_arn: Option<String>
The ARN of the Hub resource that was retrieved.
subscribed_at: Option<String>
The date and time when Security Hub was enabled in the account.
auto_enable_controls: bool
Whether to automatically enable new controls when they are added to standards that are enabled.
If set to true
, then new controls for enabled standards are enabled automatically. If set to false
, then new controls are not enabled.
Implementations
The date and time when Security Hub was enabled in the account.
Whether to automatically enable new controls when they are added to standards that are enabled.
If set to true
, then new controls for enabled standards are enabled automatically. If set to false
, then new controls are not enabled.
Creates a new builder-style object to manufacture DescribeHubOutput
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 DescribeHubOutput
impl Send for DescribeHubOutput
impl Sync for DescribeHubOutput
impl Unpin for DescribeHubOutput
impl UnwindSafe for DescribeHubOutput
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