Class: Aws::IoTWireless::Types::LoRaWANServiceProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANServiceProfile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWANServiceProfile object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_gw_metadata ⇒ Boolean
The AddGWMetaData value.
-
#dr_max ⇒ Integer
The DrMax value.
-
#dr_min ⇒ Integer
The DrMin value.
-
#pr_allowed ⇒ Boolean
The PRAllowed value that describes whether passive roaming is allowed.
-
#ra_allowed ⇒ Boolean
The RAAllowed value that describes whether roaming activation is allowed.
Instance Attribute Details
#add_gw_metadata ⇒ Boolean
The AddGWMetaData value.
4608 4609 4610 4611 4612 4613 4614 4615 4616 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4608 class LoRaWANServiceProfile < Struct.new( :add_gw_metadata, :dr_min, :dr_max, :pr_allowed, :ra_allowed) SENSITIVE = [] include Aws::Structure end |
#dr_max ⇒ Integer
The DrMax value.
4608 4609 4610 4611 4612 4613 4614 4615 4616 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4608 class LoRaWANServiceProfile < Struct.new( :add_gw_metadata, :dr_min, :dr_max, :pr_allowed, :ra_allowed) SENSITIVE = [] include Aws::Structure end |
#dr_min ⇒ Integer
The DrMin value.
4608 4609 4610 4611 4612 4613 4614 4615 4616 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4608 class LoRaWANServiceProfile < Struct.new( :add_gw_metadata, :dr_min, :dr_max, :pr_allowed, :ra_allowed) SENSITIVE = [] include Aws::Structure end |
#pr_allowed ⇒ Boolean
The PRAllowed value that describes whether passive roaming is allowed.
4608 4609 4610 4611 4612 4613 4614 4615 4616 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4608 class LoRaWANServiceProfile < Struct.new( :add_gw_metadata, :dr_min, :dr_max, :pr_allowed, :ra_allowed) SENSITIVE = [] include Aws::Structure end |
#ra_allowed ⇒ Boolean
The RAAllowed value that describes whether roaming activation is allowed.
4608 4609 4610 4611 4612 4613 4614 4615 4616 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4608 class LoRaWANServiceProfile < Struct.new( :add_gw_metadata, :dr_min, :dr_max, :pr_allowed, :ra_allowed) SENSITIVE = [] include Aws::Structure end |