Class: Aws::IoTSiteWise::Types::DescribeActionResponse

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)


4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4635

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

#action_idString

The ID of the action.

Returns:

  • (String)


4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4635

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

#action_payloadTypes::ActionPayload

The JSON payload of the action.



4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4635

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

#execution_timeTime

The time the action was executed.

Returns:

  • (Time)


4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4635

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

#resolve_toTypes::ResolveTo

The detailed resource this action resolves to.

Returns:



4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4635

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

#target_resourceTypes::TargetResource

The resource the action will be taken on.



4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4635

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