Class: Aws::SecurityHub::Types::DeleteActionTargetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_target_arnString

The ARN of the custom action target that was deleted.

Returns:

  • (String)


24012
24013
24014
24015
24016
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24012

class DeleteActionTargetResponse < Struct.new(
  :action_target_arn)
  SENSITIVE = []
  include Aws::Structure
end