Class: Aws::IoTDataPlane::Types::UpdateThingShadowResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotdataplane/types.rb

Overview

The output from the UpdateThingShadow operation.

Instance Attribute Summary collapse

Instance Attribute Details

#payloadString

The state information, in JSON format.

Returns:

  • (String)


129
130
131
132
# File 'lib/aws-sdk-iotdataplane/types.rb', line 129

class UpdateThingShadowResponse < Struct.new(
  :payload)
  include Aws::Structure
end