Struct aws_sdk_securityhub::output::DescribeHubOutput
source · [−]#[non_exhaustive]pub struct DescribeHubOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl DescribeHubOutput
impl DescribeHubOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeHubOutput.
Trait Implementations
sourceimpl Clone for DescribeHubOutput
impl Clone for DescribeHubOutput
sourcefn clone(&self) -> DescribeHubOutput
fn clone(&self) -> DescribeHubOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeHubOutput
impl Debug for DescribeHubOutput
sourceimpl PartialEq<DescribeHubOutput> for DescribeHubOutput
impl PartialEq<DescribeHubOutput> for DescribeHubOutput
sourcefn eq(&self, other: &DescribeHubOutput) -> bool
fn eq(&self, other: &DescribeHubOutput) -> bool
impl StructuralPartialEq for DescribeHubOutput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more