Class: Aws::IoTWireless::Types::LoRaWANGetServiceProfileInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANGetServiceProfileInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWANGetServiceProfileInfo object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_gw_metadata ⇒ Boolean
The AddGWMetaData value.
-
#channel_mask ⇒ String
The ChannelMask value.
-
#dev_status_req_freq ⇒ Integer
The DevStatusReqFreq value.
-
#dl_bucket_size ⇒ Integer
The DLBucketSize value.
-
#dl_rate ⇒ Integer
The DLRate value.
-
#dl_rate_policy ⇒ String
The DLRatePolicy value.
-
#dr_max ⇒ Integer
The DRMax value.
-
#dr_min ⇒ Integer
The DRMin value.
-
#hr_allowed ⇒ Boolean
The HRAllowed value that describes whether handover roaming is allowed.
-
#min_gw_diversity ⇒ Integer
The MinGwDiversity value.
-
#nwk_geo_loc ⇒ Boolean
The NwkGeoLoc 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.
-
#report_dev_status_battery ⇒ Boolean
The ReportDevStatusBattery value.
-
#report_dev_status_margin ⇒ Boolean
The ReportDevStatusMargin value.
-
#target_per ⇒ Integer
The TargetPER value.
-
#ul_bucket_size ⇒ Integer
The ULBucketSize value.
-
#ul_rate ⇒ Integer
The ULRate value.
-
#ul_rate_policy ⇒ String
The ULRatePolicy value.
Instance Attribute Details
#add_gw_metadata ⇒ Boolean
The AddGWMetaData value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#channel_mask ⇒ String
The ChannelMask value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#dev_status_req_freq ⇒ Integer
The DevStatusReqFreq value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#dl_bucket_size ⇒ Integer
The DLBucketSize value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#dl_rate ⇒ Integer
The DLRate value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#dl_rate_policy ⇒ String
The DLRatePolicy value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#dr_max ⇒ Integer
The DRMax value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#dr_min ⇒ Integer
The DRMin value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#hr_allowed ⇒ Boolean
The HRAllowed value that describes whether handover roaming is allowed.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#min_gw_diversity ⇒ Integer
The MinGwDiversity value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#nwk_geo_loc ⇒ Boolean
The NwkGeoLoc value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#pr_allowed ⇒ Boolean
The PRAllowed value that describes whether passive roaming is allowed.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#ra_allowed ⇒ Boolean
The RAAllowed value that describes whether roaming activation is allowed.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#report_dev_status_battery ⇒ Boolean
The ReportDevStatusBattery value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#report_dev_status_margin ⇒ Boolean
The ReportDevStatusMargin value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#target_per ⇒ Integer
The TargetPER value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#ul_bucket_size ⇒ Integer
The ULBucketSize value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#ul_rate ⇒ Integer
The ULRate value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |
#ul_rate_policy ⇒ String
The ULRatePolicy value.
4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4362 class LoRaWANGetServiceProfileInfo < Struct.new( :ul_rate, :ul_bucket_size, :ul_rate_policy, :dl_rate, :dl_bucket_size, :dl_rate_policy, :add_gw_metadata, :dev_status_req_freq, :report_dev_status_battery, :report_dev_status_margin, :dr_min, :dr_max, :channel_mask, :pr_allowed, :hr_allowed, :ra_allowed, :nwk_geo_loc, :target_per, :min_gw_diversity) SENSITIVE = [] include Aws::Structure end |