Class: Aws::Types::SendDataToMulticastGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendDataToMulticastGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#payload_data ⇒ ::String
Returns the value of attribute payload_data.
-
#wireless_metadata ⇒ Types::MulticastWirelessMetadata
Returns the value of attribute wireless_metadata.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def id @id end |
#payload_data ⇒ ::String
Returns the value of attribute payload_data.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def payload_data @payload_data end |
#wireless_metadata ⇒ Types::MulticastWirelessMetadata
Returns the value of attribute wireless_metadata.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def @wireless_metadata end |