Class: Aws::SecurityHub::Types::GetConfigurationPolicyAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetConfigurationPolicyAssociationRequest
- Defined in:
- gems/aws-sdk-securityhub/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.
24333 24334 24335 24336 24337 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24333 class GetConfigurationPolicyAssociationRequest < Struct.new( :target) SENSITIVE = [] include Aws::Structure end |