Class: Aws::IoTSiteWise::Types::ExecuteActionRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_definition_idString

The ID of the action definition.

Returns:

  • (String)


5157
5158
5159
5160
5161
5162
5163
5164
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5157

class ExecuteActionRequest < Struct.new(
  :target_resource,
  :action_definition_id,
  :action_payload,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#action_payloadTypes::ActionPayload

The JSON payload of the action.



5157
5158
5159
5160
5161
5162
5163
5164
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5157

class ExecuteActionRequest < Struct.new(
  :target_resource,
  :action_definition_id,
  :action_payload,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

Returns:

  • (String)


5157
5158
5159
5160
5161
5162
5163
5164
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5157

class ExecuteActionRequest < Struct.new(
  :target_resource,
  :action_definition_id,
  :action_payload,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#target_resourceTypes::TargetResource

The resource the action will be taken on.



5157
5158
5159
5160
5161
5162
5163
5164
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5157

class ExecuteActionRequest < Struct.new(
  :target_resource,
  :action_definition_id,
  :action_payload,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end