Class: Aws::GuardDuty::Types::OrganizationStatistics

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#active_accounts_countInteger

Total number of active accounts in your Amazon Web Services organization that are associated with GuardDuty.

Returns:

  • (Integer)


6026
6027
6028
6029
6030
6031
6032
6033
6034
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6026

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_featureArray<Types::OrganizationFeatureStatistics>

Retrieves the coverage statistics for each feature.



6026
6027
6028
6029
6030
6031
6032
6033
6034
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6026

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_countInteger

Total number of accounts that have enabled GuardDuty.

Returns:

  • (Integer)


6026
6027
6028
6029
6030
6031
6032
6033
6034
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6026

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_countInteger

Total number of accounts in your Amazon Web Services organization that are associated with GuardDuty.

Returns:

  • (Integer)


6026
6027
6028
6029
6030
6031
6032
6033
6034
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6026

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_countInteger

Total number of accounts in your Amazon Web Services organization.

Returns:

  • (Integer)


6026
6027
6028
6029
6030
6031
6032
6033
6034
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6026

class OrganizationStatistics < Struct.new(
  :total_accounts_count,
  :member_accounts_count,
  :active_accounts_count,
  :enabled_accounts_count,
  :count_by_feature)
  SENSITIVE = []
  include Aws::Structure
end