Class: Aws::SecurityHub::Types::ConfigurationPolicyAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#targetTypes::Target

The target account, organizational unit, or the root.

Returns:



23274
23275
23276
23277
23278
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23274

class ConfigurationPolicyAssociation < Struct.new(
  :target)
  SENSITIVE = []
  include Aws::Structure
end