Class: Aws::IoTSiteWise::Types::ActionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ActionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains the summary of the actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_definition_id ⇒ String
The ID of the action definition.
-
#action_id ⇒ String
The ID of the action.
-
#target_resource ⇒ Types::TargetResource
The resource the action will be taken on.
Instance Attribute Details
#action_definition_id ⇒ String
The ID of the action definition.
113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 113 class ActionSummary < Struct.new( :action_id, :action_definition_id, :target_resource) SENSITIVE = [] include Aws::Structure end |
#action_id ⇒ String
The ID of the action.
113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 113 class ActionSummary < Struct.new( :action_id, :action_definition_id, :target_resource) SENSITIVE = [] include Aws::Structure end |
#target_resource ⇒ Types::TargetResource
The resource the action will be taken on.
113 114 115 116 117 118 119 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 113 class ActionSummary < Struct.new( :action_id, :action_definition_id, :target_resource) SENSITIVE = [] include Aws::Structure end |