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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


24058
24059
24060
24061
24062
# File 'lib/aws-sdk-securityhub/types.rb', line 24058

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