Class: Aws::Types::AssociateWirelessDeviceWithMulticastGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateWirelessDeviceWithMulticastGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#wireless_device_id ⇒ ::String
Returns the value of attribute wireless_device_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
80 81 82 |
# File 'sig/types.rbs', line 80 def id @id end |
#wireless_device_id ⇒ ::String
Returns the value of attribute wireless_device_id.
81 82 83 |
# File 'sig/types.rbs', line 81 def wireless_device_id @wireless_device_id end |