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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

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