Class: Aws::SecurityHub::Types::UpdateActionTargetRequest

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 to update.

Returns:

  • (String)


30934
30935
30936
30937
30938
30939
30940
# File 'lib/aws-sdk-securityhub/types.rb', line 30934

class UpdateActionTargetRequest < Struct.new(
  :action_target_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The updated description for the custom action target.

Returns:

  • (String)


30934
30935
30936
30937
30938
30939
30940
# File 'lib/aws-sdk-securityhub/types.rb', line 30934

class UpdateActionTargetRequest < Struct.new(
  :action_target_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The updated name of the custom action target.

Returns:

  • (String)


30934
30935
30936
30937
30938
30939
30940
# File 'lib/aws-sdk-securityhub/types.rb', line 30934

class UpdateActionTargetRequest < Struct.new(
  :action_target_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end