Class: Aws::IoT1ClickDevicesService::Types::InvokeDeviceMethodResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::InvokeDeviceMethodResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_method_response ⇒ String
A JSON encoded string containing the device method response.
Instance Attribute Details
#device_method_response ⇒ String
A JSON encoded string containing the device method response.
356 357 358 359 360 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 356 class InvokeDeviceMethodResponse < Struct.new( :device_method_response) SENSITIVE = [] include Aws::Structure end |