Class: Aws::SecurityHub::Types::GetConfigurationPolicyAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetConfigurationPolicyAssociationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target ⇒ Types::Target
The target account ID, organizational unit ID, or the root ID to retrieve the association for.
Instance Attribute Details
#target ⇒ Types::Target
The target account ID, organizational unit ID, or the root ID to retrieve the association for.
25253 25254 25255 25256 25257 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25253 class GetConfigurationPolicyAssociationRequest < Struct.new( :target) SENSITIVE = [] include Aws::Structure end |