Class: Aws::SecurityHub::Types::CreateActionTargetResponse

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) for the custom action target.

Returns:

  • (String)


22566
22567
22568
22569
22570
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22566

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