Class: Aws::SecurityHub::Types::DeleteActionTargetRequest

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 Amazon Resource Name (ARN) of the custom action target to delete.

Returns:

  • (String)


24000
24001
24002
24003
24004
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24000

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