Class: Aws::IoTSiteWise::Types::ActionPayload

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

Overview

The JSON payload of the action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#string_valueString

The payload of the action in a JSON string.

Returns:

  • (String)


92
93
94
95
96
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 92

class ActionPayload < Struct.new(
  :string_value)
  SENSITIVE = []
  include Aws::Structure
end