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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-fis/types.rb', line 118

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