Class: Aws::IoTWireless::Types::UpdateAbpV1_0_x
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateAbpV1_0_x
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
ABP device object for LoRaWAN specification v1.0.x
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.
6339 6340 6341 6342 6343 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6339 class UpdateAbpV1_0_x < Struct.new( :f_cnt_start) SENSITIVE = [] include Aws::Structure end |