Class: Aws::IoTWireless::Types::DisassociateWirelessGatewayFromCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DisassociateWirelessGatewayFromCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource to update.
Instance Attribute Details
#id ⇒ String
The ID of the resource to update.
1599 1600 1601 1602 1603 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1599 class DisassociateWirelessGatewayFromCertificateRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |