Class: Aws::Types::LoRaWANMulticastSession

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dl_dr ⇒ ::Integer

Returns the value of attribute dl_dr.

Returns:

  • (::Integer)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def dl_dr
  @dl_dr
end

#dl_freq ⇒ ::Integer

Returns the value of attribute dl_freq.

Returns:

  • (::Integer)


1488
1489
1490
# File 'sig/types.rbs', line 1488

def dl_freq
  @dl_freq
end

#ping_slot_period ⇒ ::Integer

Returns the value of attribute ping_slot_period.

Returns:

  • (::Integer)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def ping_slot_period
  @ping_slot_period
end

#session_start_time ⇒ ::Time

Returns the value of attribute session_start_time.

Returns:

  • (::Time)


1489
1490
1491
# File 'sig/types.rbs', line 1489

def session_start_time
  @session_start_time
end

#session_timeout ⇒ ::Integer

Returns the value of attribute session_timeout.

Returns:

  • (::Integer)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def session_timeout
  @session_timeout
end