Class: Aws::SecurityHub::Types::ActionTarget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

An ActionTarget object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_target_arnString

The ARN for the target action.

Returns:

  • (String)


260
261
262
263
264
265
266
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 260

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

#descriptionString

The description of the target action.

Returns:

  • (String)


260
261
262
263
264
265
266
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 260

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

#nameString

The name of the action target.

Returns:

  • (String)


260
261
262
263
264
265
266
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 260

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