Class: Aws::GuardDuty::Types::OrganizationFeatureStatisticsAdditionalConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Information about the coverage statistic for the additional configuration of the feature.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_accounts_countInteger

Total number of accounts that have enabled the additional configuration.

Returns:

  • (Integer)


5831
5832
5833
5834
5835
5836
# File 'lib/aws-sdk-guardduty/types.rb', line 5831

class OrganizationFeatureStatisticsAdditionalConfiguration < Struct.new(
  :name,
  :enabled_accounts_count)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the additional configuration within a feature.

Returns:

  • (String)


5831
5832
5833
5834
5835
5836
# File 'lib/aws-sdk-guardduty/types.rb', line 5831

class OrganizationFeatureStatisticsAdditionalConfiguration < Struct.new(
  :name,
  :enabled_accounts_count)
  SENSITIVE = []
  include Aws::Structure
end