Class: Aws::IoTWireless::Types::UpdateAbpV1_1
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateAbpV1_1
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
ABP device object for LoRaWAN specification v1.1
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#f_cnt_start ⇒ Integer
The FCnt init value.
Instance Attribute Details
#f_cnt_start ⇒ Integer
The FCnt init value.
6351 6352 6353 6354 6355 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6351 class UpdateAbpV1_1 < Struct.new( :f_cnt_start) SENSITIVE = [] include Aws::Structure end |