Class: Aws::IoTWireless::Types::DeleteWirelessGatewayTaskDefinitionRequest

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

#id ⇒ String

The ID of the resource to delete.

Returns:

  • (String)


1414
1415
1416
1417
1418
# File 'lib/aws-sdk-iotwireless/types.rb', line 1414

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