Class: Aws::IoTWireless::Types::ParticipatingGateways
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ParticipatingGateways
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Specify the list of gateways to which you want to send downlink data traffic when the wireless device is running in class B or class C mode.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#downlink_mode ⇒ String
Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the chosen gateways from the previous uplink message transmission.
-
#gateway_list ⇒ Array<Types::GatewayListItem>
The list of gateways that you want to use for sending the downlink data traffic.
-
#transmission_interval ⇒ Integer
The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to the next gateway.
Instance Attribute Details
#downlink_mode ⇒ String
Indicates whether to send the downlink message in sequential mode or concurrent mode, or to use only the chosen gateways from the previous uplink message transmission.
5111 5112 5113 5114 5115 5116 5117 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5111 class ParticipatingGateways < Struct.new( :downlink_mode, :gateway_list, :transmission_interval) SENSITIVE = [] include Aws::Structure end |
#gateway_list ⇒ Array<Types::GatewayListItem>
The list of gateways that you want to use for sending the downlink data traffic.
5111 5112 5113 5114 5115 5116 5117 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5111 class ParticipatingGateways < Struct.new( :downlink_mode, :gateway_list, :transmission_interval) SENSITIVE = [] include Aws::Structure end |
#transmission_interval ⇒ Integer
The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting the payload to the next gateway.
5111 5112 5113 5114 5115 5116 5117 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5111 class ParticipatingGateways < Struct.new( :downlink_mode, :gateway_list, :transmission_interval) SENSITIVE = [] include Aws::Structure end |