Class: Aws::Types::StartMulticastGroupSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMulticastGroupSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lo_ra_wan ⇒ Types::LoRaWANMulticastSession
Returns the value of attribute lo_ra_wan.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def id @id end |
#lo_ra_wan ⇒ Types::LoRaWANMulticastSession
Returns the value of attribute lo_ra_wan.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def lo_ra_wan @lo_ra_wan end |