Class: Aws::FIS::Types::ActionTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ActionTarget
- 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
-
#resource_type ⇒ String
The resource type of the target.
Instance Attribute Details
#resource_type ⇒ String
The resource type of the target.
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 |