Class: Aws::IoTWireless::Types::Beaconing
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::Beaconing
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Beaconing parameters for configuring the wireless gateways.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_rate ⇒ Integer
The data rate for gateways that are sending the beacons.
-
#frequencies ⇒ Array<Integer>
The frequency list for the gateways to send the beacons.
Instance Attribute Details
#data_rate ⇒ Integer
The data rate for gateways that are sending the beacons.
290 291 292 293 294 295 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 290 class Beaconing < Struct.new( :data_rate, :frequencies) SENSITIVE = [] include Aws::Structure end |
#frequencies ⇒ Array<Integer>
The frequency list for the gateways to send the beacons.
290 291 292 293 294 295 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 290 class Beaconing < Struct.new( :data_rate, :frequencies) SENSITIVE = [] include Aws::Structure end |