Class: Aws::SecurityHub::Types::DeleteActionTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DeleteActionTargetRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_target_arn ⇒ String
The Amazon Resource Name (ARN) of the custom action target to delete.
Instance Attribute Details
#action_target_arn ⇒ String
The Amazon Resource Name (ARN) of the custom action target to delete.
24037 24038 24039 24040 24041 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24037 class DeleteActionTargetRequest < Struct.new( :action_target_arn) SENSITIVE = [] include Aws::Structure end |