Class: Aws::IoT1ClickDevicesService::Types::DeviceMethod

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_typeString

The type of the device, such as "button".

Returns:

  • (String)


193
194
195
196
197
198
# File 'gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/types.rb', line 193

class DeviceMethod < Struct.new(
  :device_type,
  :method_name)
  SENSITIVE = []
  include Aws::Structure
end

#method_nameString

The name of the method applicable to the deviceType.

Returns:

  • (String)


193
194
195
196
197
198
# File 'gems/aws-sdk-iot1clickdevicesservice/lib/aws-sdk-iot1clickdevicesservice/types.rb', line 193

class DeviceMethod < Struct.new(
  :device_type,
  :method_name)
  SENSITIVE = []
  include Aws::Structure
end