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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6904
6905
6906
6907
6908
6909
6910
# File 'lib/aws-sdk-iotwireless/types.rb', line 6904

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)


6904
6905
6906
6907
6908
6909
6910
# File 'lib/aws-sdk-iotwireless/types.rb', line 6904

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.



6904
6905
6906
6907
6908
6909
6910
# File 'lib/aws-sdk-iotwireless/types.rb', line 6904

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