Class: Aws::IoTSiteWise::Types::DescribeActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeActionResponse
- Includes:
- Structure
- Defined in:
- 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_id ⇒ String
The ID of the action.
-
#action_payload ⇒ Types::ActionPayload
The JSON payload of the action.
-
#execution_time ⇒ Time
The time the action was executed.
-
#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.
4151 4152 4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4151 class DescribeActionResponse < Struct.new( :action_id, :target_resource, :action_definition_id, :action_payload, :execution_time) SENSITIVE = [] include Aws::Structure end |
#action_id ⇒ String
The ID of the action.
4151 4152 4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4151 class DescribeActionResponse < Struct.new( :action_id, :target_resource, :action_definition_id, :action_payload, :execution_time) SENSITIVE = [] include Aws::Structure end |
#action_payload ⇒ Types::ActionPayload
The JSON payload of the action.
4151 4152 4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4151 class DescribeActionResponse < Struct.new( :action_id, :target_resource, :action_definition_id, :action_payload, :execution_time) SENSITIVE = [] include Aws::Structure end |
#execution_time ⇒ Time
The time the action was executed.
4151 4152 4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4151 class DescribeActionResponse < Struct.new( :action_id, :target_resource, :action_definition_id, :action_payload, :execution_time) SENSITIVE = [] include Aws::Structure end |
#target_resource ⇒ Types::TargetResource
The resource the action will be taken on.
4151 4152 4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4151 class DescribeActionResponse < Struct.new( :action_id, :target_resource, :action_definition_id, :action_payload, :execution_time) SENSITIVE = [] include Aws::Structure end |