Class: Aws::IoT1ClickDevicesService::Types::InvokeDeviceMethodResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_method_responseString

A JSON encoded string containing the device method response.

Returns:

  • (String)


356
357
358
359
360
# File 'gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/types.rb', line 356

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