Class: Aws::IoTWireless::Types::LoRaWANServiceProfile

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

LoRaWANServiceProfile object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_gw_metadataBoolean

The AddGWMetaData value.

Returns:

  • (Boolean)


4526
4527
4528
4529
4530
4531
4532
4533
4534
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4526

class LoRaWANServiceProfile < Struct.new(
  :add_gw_metadata,
  :dr_min,
  :dr_max,
  :pr_allowed,
  :ra_allowed)
  SENSITIVE = []
  include Aws::Structure
end

#dr_maxInteger

The DrMax value.

Returns:

  • (Integer)


4526
4527
4528
4529
4530
4531
4532
4533
4534
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4526

class LoRaWANServiceProfile < Struct.new(
  :add_gw_metadata,
  :dr_min,
  :dr_max,
  :pr_allowed,
  :ra_allowed)
  SENSITIVE = []
  include Aws::Structure
end

#dr_minInteger

The DrMin value.

Returns:

  • (Integer)


4526
4527
4528
4529
4530
4531
4532
4533
4534
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4526

class LoRaWANServiceProfile < Struct.new(
  :add_gw_metadata,
  :dr_min,
  :dr_max,
  :pr_allowed,
  :ra_allowed)
  SENSITIVE = []
  include Aws::Structure
end

#pr_allowedBoolean

The PRAllowed value that describes whether passive roaming is allowed.

Returns:

  • (Boolean)


4526
4527
4528
4529
4530
4531
4532
4533
4534
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4526

class LoRaWANServiceProfile < Struct.new(
  :add_gw_metadata,
  :dr_min,
  :dr_max,
  :pr_allowed,
  :ra_allowed)
  SENSITIVE = []
  include Aws::Structure
end

#ra_allowedBoolean

The RAAllowed value that describes whether roaming activation is allowed.

Returns:

  • (Boolean)


4526
4527
4528
4529
4530
4531
4532
4533
4534
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4526

class LoRaWANServiceProfile < Struct.new(
  :add_gw_metadata,
  :dr_min,
  :dr_max,
  :pr_allowed,
  :ra_allowed)
  SENSITIVE = []
  include Aws::Structure
end