Class: Aws::IoT1ClickDevicesService::Types::DeviceMethod
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::DeviceMethod
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_type ⇒ String
The type of the device, such as “button”.
-
#method_name ⇒ String
The name of the method applicable to the deviceType.
Instance Attribute Details
#device_type ⇒ String
The type of the device, such as “button”.
193 194 195 196 197 198 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 193 class DeviceMethod < Struct.new( :device_type, :method_name) SENSITIVE = [] include Aws::Structure end |
#method_name ⇒ String
The name of the method applicable to the deviceType.
193 194 195 196 197 198 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 193 class DeviceMethod < Struct.new( :device_type, :method_name) SENSITIVE = [] include Aws::Structure end |