Class: Aws::Types::LoRaWANServiceProfile

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_gw_metadata ⇒ Boolean

Returns the value of attribute add_gw_metadata.

Returns:

  • (Boolean)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def 
  @add_gw_metadata
end

#dr_max ⇒ ::Integer

Returns the value of attribute dr_max.

Returns:

  • (::Integer)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def dr_max
  @dr_max
end

#dr_min ⇒ ::Integer

Returns the value of attribute dr_min.

Returns:

  • (::Integer)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def dr_min
  @dr_min
end

#nb_trans_max ⇒ ::Integer

Returns the value of attribute nb_trans_max.

Returns:

  • (::Integer)


1520
1521
1522
# File 'sig/types.rbs', line 1520

def nb_trans_max
  @nb_trans_max
end

#nb_trans_min ⇒ ::Integer

Returns the value of attribute nb_trans_min.

Returns:

  • (::Integer)


1519
1520
1521
# File 'sig/types.rbs', line 1519

def nb_trans_min
  @nb_trans_min
end

#pr_allowed ⇒ Boolean

Returns the value of attribute pr_allowed.

Returns:

  • (Boolean)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def pr_allowed
  @pr_allowed
end

#ra_allowed ⇒ Boolean

Returns the value of attribute ra_allowed.

Returns:

  • (Boolean)


1516
1517
1518
# File 'sig/types.rbs', line 1516

def ra_allowed
  @ra_allowed
end

#tx_power_index_max ⇒ ::Integer

Returns the value of attribute tx_power_index_max.

Returns:

  • (::Integer)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def tx_power_index_max
  @tx_power_index_max
end

#tx_power_index_min ⇒ ::Integer

Returns the value of attribute tx_power_index_min.

Returns:

  • (::Integer)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def tx_power_index_min
  @tx_power_index_min
end