Class: Aws::Types::LoRaWANMulticastGet
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANMulticastGet
- 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.
-
#number_of_devices_in_group ⇒ ::Integer
Returns the value of attribute number_of_devices_in_group.
-
#number_of_devices_requested ⇒ ::Integer
Returns the value of attribute number_of_devices_requested.
-
#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.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def default_session_parameters @default_session_parameters end |
#dl_class ⇒ "ClassB", "ClassC"
Returns the value of attribute dl_class.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def dl_class @dl_class end |
#number_of_devices_in_group ⇒ ::Integer
Returns the value of attribute number_of_devices_in_group.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def number_of_devices_in_group @number_of_devices_in_group end |
#number_of_devices_requested ⇒ ::Integer
Returns the value of attribute number_of_devices_requested.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def number_of_devices_requested @number_of_devices_requested end |
#participating_gateways ⇒ Types::ParticipatingGatewaysMulticast
Returns the value of attribute participating_gateways.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def participating_gateways @participating_gateways end |
#rf_region ⇒ "EU868", ...
Returns the value of attribute rf_region.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def rf_region @rf_region end |