Class: Aws::Types::UpdateMulticastGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMulticastGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lo_ra_wan ⇒ Types::LoRaWANMulticast
Returns the value of attribute lo_ra_wan.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def id @id end |
#lo_ra_wan ⇒ Types::LoRaWANMulticast
Returns the value of attribute lo_ra_wan.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def lo_ra_wan @lo_ra_wan end |
#name ⇒ ::String
Returns the value of attribute name.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def name @name end |