Class: Aws::FMS::Types::ActionTarget

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

Overview

Describes a remediation action target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the remediation action target.

Returns:

  • (String)


71
72
73
74
75
76
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 71

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

#resource_idString

The ID of the remediation target.

Returns:

  • (String)


71
72
73
74
75
76
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 71

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