You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT1ClickDevicesService::Types::InvokeDeviceMethodRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InvokeDeviceMethodRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  device_id: "__string", # required
  device_method: {
    device_type: "__string",
    method_name: "__string",
  },
  device_method_parameters: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

Returns:

  • (String)

#device_methodTypes::DeviceMethod

The device method to invoke.

Returns:

#device_method_parametersString

A JSON encoded string containing the device method request parameters.

Returns:

  • (String)

    A JSON encoded string containing the device method request parameters.