Class: Aws::IoTSiteWise::Types::ActionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ActionDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains a definition for an action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_definition_id ⇒ String
The ID of the action definition.
-
#action_name ⇒ String
The name of the action definition.
-
#action_type ⇒ String
The type of the action definition.
Instance Attribute Details
#action_definition_id ⇒ String
The ID of the action definition.
79 80 81 82 83 84 85 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 79 class ActionDefinition < Struct.new( :action_definition_id, :action_name, :action_type) SENSITIVE = [] include Aws::Structure end |
#action_name ⇒ String
The name of the action definition.
79 80 81 82 83 84 85 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 79 class ActionDefinition < Struct.new( :action_definition_id, :action_name, :action_type) SENSITIVE = [] include Aws::Structure end |
#action_type ⇒ String
The type of the action definition.
79 80 81 82 83 84 85 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 79 class ActionDefinition < Struct.new( :action_definition_id, :action_name, :action_type) SENSITIVE = [] include Aws::Structure end |