Class: Aws::IoTWireless::Types::GatewayListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GatewayListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Gateway list item object that specifies the frequency and list of gateways for which the downlink message should be sent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#downlink_frequency ⇒ Integer
The frequency to use for the gateways when sending a downlink message to the wireless device.
-
#gateway_id ⇒ String
The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.
Instance Attribute Details
#downlink_frequency ⇒ Integer
The frequency to use for the gateways when sending a downlink message to the wireless device.
1833 1834 1835 1836 1837 1838 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1833 class GatewayListItem < Struct.new( :gateway_id, :downlink_frequency) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.
1833 1834 1835 1836 1837 1838 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1833 class GatewayListItem < Struct.new( :gateway_id, :downlink_frequency) SENSITIVE = [] include Aws::Structure end |