Class: Aws::GuardDuty::Types::OrganizationFeatureStatisticsAdditionalConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationFeatureStatisticsAdditionalConfiguration
- Defined in:
- gems/aws-sdk-guardduty/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
-
#enabled_accounts_count ⇒ Integer
Total number of accounts that have enabled the additional configuration.
-
#name ⇒ String
Name of the additional configuration within a feature.
Instance Attribute Details
#enabled_accounts_count ⇒ Integer
Total number of accounts that have enabled the additional configuration.
9883 9884 9885 9886 9887 9888 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9883 class OrganizationFeatureStatisticsAdditionalConfiguration < Struct.new( :name, :enabled_accounts_count) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the additional configuration within a feature.
9883 9884 9885 9886 9887 9888 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9883 class OrganizationFeatureStatisticsAdditionalConfiguration < Struct.new( :name, :enabled_accounts_count) SENSITIVE = [] include Aws::Structure end |