Class: Aws::IoTWireless::Types::DisassociateWirelessGatewayFromThingRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the resource to update.

Returns:

  • (String)


1611
1612
1613
1614
1615
# File 'lib/aws-sdk-iotwireless/types.rb', line 1611

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