Class: Aws::IoTWireless::Types::DeleteWirelessGatewayTaskRequest

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 delete.

Returns:

  • (String)


1371
1372
1373
1374
1375
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1371

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