Class: Aws::SecurityHub::Types::StartConfigurationPolicyDisassociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StartConfigurationPolicyDisassociationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_policy_identifier ⇒ String
The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a configuration policy, or a value of ‘SELF_MANAGED_SECURITY_HUB` for a self-managed configuration.
-
#target ⇒ Types::Target
The identifier of the target account, organizational unit, or the root to disassociate from the specified configuration.
Instance Attribute Details
#configuration_policy_identifier ⇒ String
The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a configuration policy, or a value of ‘SELF_MANAGED_SECURITY_HUB` for a self-managed configuration.
30327 30328 30329 30330 30331 30332 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30327 class StartConfigurationPolicyDisassociationRequest < Struct.new( :target, :configuration_policy_identifier) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::Target
The identifier of the target account, organizational unit, or the root to disassociate from the specified configuration.
30327 30328 30329 30330 30331 30332 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30327 class StartConfigurationPolicyDisassociationRequest < Struct.new( :target, :configuration_policy_identifier) SENSITIVE = [] include Aws::Structure end |