Class: Aws::IoTWireless::Types::CreateWirelessGatewayTaskRequest

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)


1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1166

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

#wireless_gateway_task_definition_idString

The ID of the WirelessGatewayTaskDefinition.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1166

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