Class: Aws::GuardDuty::Types::OrganizationStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationStatistics
- Defined in:
- gems/aws-sdk-guardduty/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.
7109 7110 7111 7112 7113 7114 7115 7116 7117 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7109 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.
7109 7110 7111 7112 7113 7114 7115 7116 7117 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7109 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.
7109 7110 7111 7112 7113 7114 7115 7116 7117 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7109 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.
7109 7110 7111 7112 7113 7114 7115 7116 7117 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7109 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.
7109 7110 7111 7112 7113 7114 7115 7116 7117 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7109 class OrganizationStatistics < Struct.new( :total_accounts_count, :member_accounts_count, :active_accounts_count, :enabled_accounts_count, :count_by_feature) SENSITIVE = [] include Aws::Structure end |