Class: Aws::IoTWireless::Types::UpdateWirelessGatewayTaskEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateWirelessGatewayTaskEntry
- Includes:
- Structure
- Defined in:
- 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.
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 |
#id ⇒ String
The ID of the new wireless gateway task entry.
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_wan ⇒ Types::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 |