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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_maxInteger

The DrMax value.

Returns:

  • (Integer)


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_minInteger

The DrMin value.

Returns:

  • (Integer)


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_allowedBoolean

The PRAllowed value that describes whether passive roaming is allowed.

Returns:

  • (Boolean)


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_allowedBoolean

The RAAllowed value that describes whether roaming activation is allowed.

Returns:

  • (Boolean)


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