Class: Aws::SecurityHub::Types::DescribeOrganizationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DescribeOrganizationConfigurationResponse
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable ⇒ Boolean
Whether to automatically enable Security Hub for new accounts in the organization.
-
#member_account_limit_reached ⇒ Boolean
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
Instance Attribute Details
#auto_enable ⇒ Boolean
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.
17867 17868 17869 17870 17871 17872 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17867 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable, :member_account_limit_reached) SENSITIVE = [] include Aws::Structure end |
#member_account_limit_reached ⇒ Boolean
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
17867 17868 17869 17870 17871 17872 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17867 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable, :member_account_limit_reached) SENSITIVE = [] include Aws::Structure end |