Class: Aws::GuardDuty::Types::OrganizationFeatureConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationFeatureConfigurationResult
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
A list of features which will be configured for the organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_configuration ⇒ Array<Types::OrganizationAdditionalConfigurationResult>
The additional configuration that is configured for the member accounts within the organization.
-
#auto_enable ⇒ String
Describes the status of the feature that is configured for the member accounts within the organization.
-
#name ⇒ String
The name of the feature that is configured for the member accounts within the organization.
Instance Attribute Details
#additional_configuration ⇒ Array<Types::OrganizationAdditionalConfigurationResult>
The additional configuration that is configured for the member accounts within the organization.
8217 8218 8219 8220 8221 8222 8223 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8217 class OrganizationFeatureConfigurationResult < Struct.new( :name, :auto_enable, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#auto_enable ⇒ String
Describes the status of the feature that is configured for the member accounts within the organization.
NEW: Indicates that when a new account joins the organization, they will have the feature enabled automatically.ALL: Indicates that all accounts in the organization have the feature enabled automatically. This includesNEWaccounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.NONE: Indicates that the feature will not be automatically enabled for any account in the organization. In this case, each account will be managed individually by the administrator.
8217 8218 8219 8220 8221 8222 8223 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8217 class OrganizationFeatureConfigurationResult < Struct.new( :name, :auto_enable, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the feature that is configured for the member accounts within the organization.
8217 8218 8219 8220 8221 8222 8223 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8217 class OrganizationFeatureConfigurationResult < Struct.new( :name, :auto_enable, :additional_configuration) SENSITIVE = [] include Aws::Structure end |