Class: Aws::IoTWireless::Types::GatewayListItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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

Instance Attribute Details

The frequency to use for the gateways when sending a downlink message to the wireless device.

Returns:

  • (Integer)


1670
1671
1672
1673
1674
1675
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1670

class GatewayListItem < Struct.new(
  :gateway_id,
  :downlink_frequency)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1670

class GatewayListItem < Struct.new(
  :gateway_id,
  :downlink_frequency)
  SENSITIVE = []
  include Aws::Structure
end