Class: Aws::IoTSiteWise::Types::ActionDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

Contains a definition for an action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_definition_idString

The ID of the action definition.

Returns:

  • (String)


78
79
80
81
82
83
84
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 78

class ActionDefinition < Struct.new(
  :action_definition_id,
  :action_name,
  :action_type)
  SENSITIVE = []
  include Aws::Structure
end

#action_nameString

The name of the action definition.

Returns:

  • (String)


78
79
80
81
82
83
84
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 78

class ActionDefinition < Struct.new(
  :action_definition_id,
  :action_name,
  :action_type)
  SENSITIVE = []
  include Aws::Structure
end

#action_typeString

The type of the action definition.

Returns:

  • (String)


78
79
80
81
82
83
84
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 78

class ActionDefinition < Struct.new(
  :action_definition_id,
  :action_name,
  :action_type)
  SENSITIVE = []
  include Aws::Structure
end