Class: Aws::IoTWireless::Types::UpdateWirelessGatewayTaskEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateWirelessGatewayTaskEntry
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
UpdateWirelessGatewayTaskEntry object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name of the resource.
-
#id ⇒ String
The ID of the new wireless gateway task entry.
-
#lo_ra_wan ⇒ Types::LoRaWANUpdateGatewayTaskEntry
The properties that relate to the LoRaWAN wireless gateway.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
6785 6786 6787 6788 6789 6790 6791 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6785 class UpdateWirelessGatewayTaskEntry < Struct.new( :id, :lo_ra_wan, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the new wireless gateway task entry.
6785 6786 6787 6788 6789 6790 6791 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6785 class UpdateWirelessGatewayTaskEntry < Struct.new( :id, :lo_ra_wan, :arn) SENSITIVE = [] include Aws::Structure end |
#lo_ra_wan ⇒ Types::LoRaWANUpdateGatewayTaskEntry
The properties that relate to the LoRaWAN wireless gateway.
6785 6786 6787 6788 6789 6790 6791 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6785 class UpdateWirelessGatewayTaskEntry < Struct.new( :id, :lo_ra_wan, :arn) SENSITIVE = [] include Aws::Structure end |