Class: Aws::SecurityHub::Types::ConfigurationPolicyAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ConfigurationPolicyAssociation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about the association between an Security Hub configuration and a target account, organizational unit, or the root. An association can exist between a target and a configuration policy, or between a target and self-managed behavior.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target ⇒ Types::Target
The target account, organizational unit, or the root.
Instance Attribute Details
#target ⇒ Types::Target
The target account, organizational unit, or the root.
23263 23264 23265 23266 23267 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23263 class ConfigurationPolicyAssociation < Struct.new( :target) SENSITIVE = [] include Aws::Structure end |