Class: Aws::IoTWireless::Types::DeleteWirelessGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeleteWirelessGatewayRequest
- 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 delete.
Instance Attribute Details
#id ⇒ String
The ID of the resource to delete.
1354 1355 1356 1357 1358 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1354 class DeleteWirelessGatewayRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |