Class: Aws::IoTSiteWise::Types::ExecuteActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ExecuteActionRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_definition_id ⇒ String
The ID of the action definition.
-
#action_payload ⇒ Types::ActionPayload
The JSON payload of the action.
-
#client_token ⇒ String
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
-
#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.
6356 6357 6358 6359 6360 6361 6362 6363 6364 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6356 class ExecuteActionRequest < Struct.new( :target_resource, :action_definition_id, :action_payload, :client_token, :resolve_to) SENSITIVE = [] include Aws::Structure end |
#action_payload ⇒ Types::ActionPayload
The JSON payload of the action.
6356 6357 6358 6359 6360 6361 6362 6363 6364 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6356 class ExecuteActionRequest < Struct.new( :target_resource, :action_definition_id, :action_payload, :client_token, :resolve_to) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
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.
6356 6357 6358 6359 6360 6361 6362 6363 6364 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6356 class ExecuteActionRequest < Struct.new( :target_resource, :action_definition_id, :action_payload, :client_token, :resolve_to) SENSITIVE = [] include Aws::Structure end |
#resolve_to ⇒ Types::ResolveTo
The detailed resource this action resolves to.
6356 6357 6358 6359 6360 6361 6362 6363 6364 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6356 class ExecuteActionRequest < Struct.new( :target_resource, :action_definition_id, :action_payload, :client_token, :resolve_to) SENSITIVE = [] include Aws::Structure end |
#target_resource ⇒ Types::TargetResource
The resource the action will be taken on.
6356 6357 6358 6359 6360 6361 6362 6363 6364 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6356 class ExecuteActionRequest < Struct.new( :target_resource, :action_definition_id, :action_payload, :client_token, :resolve_to) SENSITIVE = [] include Aws::Structure end |