Class: Aws::IoTSiteWise::Types::ActionPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ActionPayload
- 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
-
#string_value ⇒ String
The payload of the action in a JSON string.
Instance Attribute Details
#string_value ⇒ String
The payload of the action in a JSON 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 |