Class: Aws::GuardDuty::Types::OrganizationStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Information about the coverage statistics of the features for the entire Amazon Web Services organization.
When you create a new Amazon Web Services organization, it might take up to 24 hours to generate the statistics summary for this organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_accounts_count ⇒ Integer
Total number of active accounts in your Amazon Web Services organization that are associated with GuardDuty.
-
#count_by_feature ⇒ Array<Types::OrganizationFeatureStatistics>
Retrieves the coverage statistics for each feature.
-
#enabled_accounts_count ⇒ Integer
Total number of accounts that have enabled GuardDuty.
-
#member_accounts_count ⇒ Integer
Total number of accounts in your Amazon Web Services organization that are associated with GuardDuty.
-
#total_accounts_count ⇒ Integer
Total number of accounts in your Amazon Web Services organization.
Instance Attribute Details
#active_accounts_count ⇒ Integer
Total number of active accounts in your Amazon Web Services organization that are associated with GuardDuty.
6771 6772 6773 6774 6775 6776 6777 6778 6779 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6771 class OrganizationStatistics < Struct.new( :total_accounts_count, :member_accounts_count, :active_accounts_count, :enabled_accounts_count, :count_by_feature) SENSITIVE = [] include Aws::Structure end |
#count_by_feature ⇒ Array<Types::OrganizationFeatureStatistics>
Retrieves the coverage statistics for each feature.
6771 6772 6773 6774 6775 6776 6777 6778 6779 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6771 class OrganizationStatistics < Struct.new( :total_accounts_count, :member_accounts_count, :active_accounts_count, :enabled_accounts_count, :count_by_feature) SENSITIVE = [] include Aws::Structure end |
#enabled_accounts_count ⇒ Integer
Total number of accounts that have enabled GuardDuty.
6771 6772 6773 6774 6775 6776 6777 6778 6779 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6771 class OrganizationStatistics < Struct.new( :total_accounts_count, :member_accounts_count, :active_accounts_count, :enabled_accounts_count, :count_by_feature) SENSITIVE = [] include Aws::Structure end |
#member_accounts_count ⇒ Integer
Total number of accounts in your Amazon Web Services organization that are associated with GuardDuty.
6771 6772 6773 6774 6775 6776 6777 6778 6779 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6771 class OrganizationStatistics < Struct.new( :total_accounts_count, :member_accounts_count, :active_accounts_count, :enabled_accounts_count, :count_by_feature) SENSITIVE = [] include Aws::Structure end |
#total_accounts_count ⇒ Integer
Total number of accounts in your Amazon Web Services organization.
6771 6772 6773 6774 6775 6776 6777 6778 6779 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6771 class OrganizationStatistics < Struct.new( :total_accounts_count, :member_accounts_count, :active_accounts_count, :enabled_accounts_count, :count_by_feature) SENSITIVE = [] include Aws::Structure end |