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

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

Overview

The output from the UpdateThingShadow operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payloadString

The state information, in JSON format.

Returns:

  • (String)


474
475
476
477
478
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 474

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