Class: Aws::GuardDuty::Types::OrganizationFeatureStatisticsAdditionalConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationFeatureStatisticsAdditionalConfiguration
- 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
-
#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.
6576 6577 6578 6579 6580 6581 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6576 class OrganizationFeatureStatisticsAdditionalConfiguration < Struct.new( :name, :enabled_accounts_count) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the additional configuration within a feature.
6576 6577 6578 6579 6580 6581 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6576 class OrganizationFeatureStatisticsAdditionalConfiguration < Struct.new( :name, :enabled_accounts_count) SENSITIVE = [] include Aws::Structure end |