Class: Aws::Types::LoRaWANMulticast
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANMulticast
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_session_parameters ⇒ Types::DefaultSessionParametersMulticast
Returns the value of attribute default_session_parameters.
-
#dl_class ⇒ "ClassB", "ClassC"
Returns the value of attribute dl_class.
-
#participating_gateways ⇒ Types::ParticipatingGatewaysMulticast
Returns the value of attribute participating_gateways.
-
#rf_region ⇒ "EU868", ...
Returns the value of attribute rf_region.
Instance Attribute Details
#default_session_parameters ⇒ Types::DefaultSessionParametersMulticast
Returns the value of attribute default_session_parameters.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def default_session_parameters @default_session_parameters end |
#dl_class ⇒ "ClassB", "ClassC"
Returns the value of attribute dl_class.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def dl_class @dl_class end |
#participating_gateways ⇒ Types::ParticipatingGatewaysMulticast
Returns the value of attribute participating_gateways.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def participating_gateways @participating_gateways end |
#rf_region ⇒ "EU868", ...
Returns the value of attribute rf_region.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def rf_region @rf_region end |