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.
6914 6915 6916 6917 6918 6919 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6914 class OrganizationFeatureStatisticsAdditionalConfiguration < Struct.new( :name, :enabled_accounts_count) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the additional configuration within a feature.
6914 6915 6916 6917 6918 6919 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6914 class OrganizationFeatureStatisticsAdditionalConfiguration < Struct.new( :name, :enabled_accounts_count) SENSITIVE = [] include Aws::Structure end |