Class: Aws::IoTSiteWise::Types::ActionSummary

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

Overview

Contains the summary of the actions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_definition_idString

The ID of the action definition.

Returns:

  • (String)


112
113
114
115
116
117
118
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 112

class ActionSummary < Struct.new(
  :action_id,
  :action_definition_id,
  :target_resource)
  SENSITIVE = []
  include Aws::Structure
end

#action_idString

The ID of the action.

Returns:

  • (String)


112
113
114
115
116
117
118
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 112

class ActionSummary < Struct.new(
  :action_id,
  :action_definition_id,
  :target_resource)
  SENSITIVE = []
  include Aws::Structure
end

#target_resourceTypes::TargetResource

The resource the action will be taken on.



112
113
114
115
116
117
118
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 112

class ActionSummary < Struct.new(
  :action_id,
  :action_definition_id,
  :target_resource)
  SENSITIVE = []
  include Aws::Structure
end