Class: Aws::IoTWireless::Types::DisassociateWirelessGatewayFromCertificateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


1485
1486
1487
1488
1489
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1485

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