Class: Aws::SecurityHub::Types::DeleteActionTargetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DeleteActionTargetResponse
- 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 ARN of the custom action target that was deleted.
Instance Attribute Details
#action_target_arn ⇒ String
The ARN of the custom action target that was deleted.
23108 23109 23110 23111 23112 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23108 class DeleteActionTargetResponse < Struct.new( :action_target_arn) SENSITIVE = [] include Aws::Structure end |