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

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

Returns:

  • (String)


30736
30737
30738
30739
30740
30741
30742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30736

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)


30736
30737
30738
30739
30740
30741
30742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30736

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)


30736
30737
30738
30739
30740
30741
30742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30736

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