Class: Aws::GuardDuty::Types::DescribeOrganizationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DescribeOrganizationConfigurationResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable ⇒ Boolean
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
-
#data_sources ⇒ Types::OrganizationDataSourceConfigurationsResult
Describes which data sources are enabled automatically for member accounts.
-
#member_account_limit_reached ⇒ Boolean
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.
Instance Attribute Details
#auto_enable ⇒ Boolean
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
1543 1544 1545 1546 1547 1548 1549 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1543 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable, :member_account_limit_reached, :data_sources) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Types::OrganizationDataSourceConfigurationsResult
Describes which data sources are enabled automatically for member accounts.
1543 1544 1545 1546 1547 1548 1549 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1543 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable, :member_account_limit_reached, :data_sources) SENSITIVE = [] include Aws::Structure end |
#member_account_limit_reached ⇒ Boolean
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.
1543 1544 1545 1546 1547 1548 1549 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1543 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable, :member_account_limit_reached, :data_sources) SENSITIVE = [] include Aws::Structure end |