Class: Aws::IoTWireless::Types::UpdateWirelessGatewayTaskEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

UpdateWirelessGatewayTaskEntry object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


6413
6414
6415
6416
6417
6418
6419
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6413

class UpdateWirelessGatewayTaskEntry < Struct.new(
  :id,
  :lo_ra_wan,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the new wireless gateway task entry.

Returns:

  • (String)


6413
6414
6415
6416
6417
6418
6419
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6413

class UpdateWirelessGatewayTaskEntry < Struct.new(
  :id,
  :lo_ra_wan,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ra_wanTypes::LoRaWANUpdateGatewayTaskEntry

The properties that relate to the LoRaWAN wireless gateway.



6413
6414
6415
6416
6417
6418
6419
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6413

class UpdateWirelessGatewayTaskEntry < Struct.new(
  :id,
  :lo_ra_wan,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end