Class: Aws::SecurityHub::Types::DeleteConfigurationPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DeleteConfigurationPolicyRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
Instance Attribute Details
#identifier ⇒ String
The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.
24062 24063 24064 24065 24066 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24062 class DeleteConfigurationPolicyRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |