Class: Aws::SecurityHub::Types::ConfigurationPolicyAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ConfigurationPolicyAssociation
- Defined in:
- gems/aws-sdk-securityhub/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.
23267 23268 23269 23270 23271 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23267 class ConfigurationPolicyAssociation < Struct.new( :target) SENSITIVE = [] include Aws::Structure end |