Struct aws_sdk_securityhub::operation::describe_organization_configuration::DescribeOrganizationConfigurationOutput
source · #[non_exhaustive]pub struct DescribeOrganizationConfigurationOutput {
pub auto_enable: Option<bool>,
pub member_account_limit_reached: Option<bool>,
pub auto_enable_standards: Option<AutoEnableStandards>,
/* private fields */
}
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.auto_enable: Option<bool>
Whether to automatically enable Security Hub for new accounts in the organization.
If set to true
, then Security Hub is enabled for new accounts. If set to false, then new accounts are not added automatically.
member_account_limit_reached: Option<bool>
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
auto_enable_standards: Option<AutoEnableStandards>
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT
.
If equal to DEFAULT
, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE
, then default standards are not automatically enabled for new member accounts.
Implementations§
source§impl DescribeOrganizationConfigurationOutput
impl DescribeOrganizationConfigurationOutput
sourcepub fn auto_enable(&self) -> Option<bool>
pub fn auto_enable(&self) -> Option<bool>
Whether to automatically enable Security Hub for new accounts in the organization.
If set to true
, then Security Hub is enabled for new accounts. If set to false, then new accounts are not added automatically.
sourcepub fn member_account_limit_reached(&self) -> Option<bool>
pub fn member_account_limit_reached(&self) -> Option<bool>
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
sourcepub fn auto_enable_standards(&self) -> Option<&AutoEnableStandards>
pub fn auto_enable_standards(&self) -> Option<&AutoEnableStandards>
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT
.
If equal to DEFAULT
, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE
, then default standards are not automatically enabled for new member accounts.
source§impl DescribeOrganizationConfigurationOutput
impl DescribeOrganizationConfigurationOutput
sourcepub fn builder() -> DescribeOrganizationConfigurationOutputBuilder
pub fn builder() -> DescribeOrganizationConfigurationOutputBuilder
Creates a new builder-style object to manufacture DescribeOrganizationConfigurationOutput
.
Trait Implementations§
source§impl Clone for DescribeOrganizationConfigurationOutput
impl Clone for DescribeOrganizationConfigurationOutput
source§fn clone(&self) -> DescribeOrganizationConfigurationOutput
fn clone(&self) -> DescribeOrganizationConfigurationOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for DescribeOrganizationConfigurationOutput
impl PartialEq for DescribeOrganizationConfigurationOutput
source§fn eq(&self, other: &DescribeOrganizationConfigurationOutput) -> bool
fn eq(&self, other: &DescribeOrganizationConfigurationOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeOrganizationConfigurationOutput
impl RequestId for DescribeOrganizationConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.