Class: Aws::IoTSiteWise::Types::ActionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ActionSummary
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains the summary of the actions, including information about where the action resolves to.
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.
-
#resolve_to ⇒ Types::ResolveTo
The detailed resource this action resolves to.
-
#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.
118 119 120 121 122 123 124 125 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 118 class ActionSummary < Struct.new( :action_id, :action_definition_id, :target_resource, :resolve_to) SENSITIVE = [] include Aws::Structure end |
#action_id ⇒ String
The ID of the action.
118 119 120 121 122 123 124 125 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 118 class ActionSummary < Struct.new( :action_id, :action_definition_id, :target_resource, :resolve_to) SENSITIVE = [] include Aws::Structure end |
#resolve_to ⇒ Types::ResolveTo
The detailed resource this action resolves to.
118 119 120 121 122 123 124 125 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 118 class ActionSummary < Struct.new( :action_id, :action_definition_id, :target_resource, :resolve_to) SENSITIVE = [] include Aws::Structure end |
#target_resource ⇒ Types::TargetResource
The resource the action will be taken on.
118 119 120 121 122 123 124 125 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 118 class ActionSummary < Struct.new( :action_id, :action_definition_id, :target_resource, :resolve_to) SENSITIVE = [] include Aws::Structure end |