Struct aws_sdk_securityhub::output::DescribeHubOutput
source · #[non_exhaustive]pub struct DescribeHubOutput { /* private fields */ }Implementations§
source§impl DescribeHubOutput
impl DescribeHubOutput
sourcepub fn subscribed_at(&self) -> Option<&str>
pub fn subscribed_at(&self) -> Option<&str>
The date and time when Security Hub was enabled in the account.
sourcepub fn auto_enable_controls(&self) -> bool
pub fn auto_enable_controls(&self) -> 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.
source§impl DescribeHubOutput
impl DescribeHubOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeHubOutput.
Trait Implementations§
source§impl Clone for DescribeHubOutput
impl Clone for DescribeHubOutput
source§fn clone(&self) -> DescribeHubOutput
fn clone(&self) -> DescribeHubOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeHubOutput
impl Debug for DescribeHubOutput
source§impl PartialEq<DescribeHubOutput> for DescribeHubOutput
impl PartialEq<DescribeHubOutput> for DescribeHubOutput
source§fn eq(&self, other: &DescribeHubOutput) -> bool
fn eq(&self, other: &DescribeHubOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.