Class: Aws::SecurityHub::Types::DeleteActionTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DeleteActionTargetRequest
- Defined in:
- gems/aws-sdk-securityhub/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.
23096 23097 23098 23099 23100 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23096 class DeleteActionTargetRequest < Struct.new( :action_target_arn) SENSITIVE = [] include Aws::Structure end |