Class: Aws::FIS::Types::ActionTarget

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

Overview

Describes a target for an action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_typeString

The resource type of the target.

Returns:

  • (String)


118
119
120
121
122
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 118

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