Class: Aws::IoTWireless::Types::SendDataToMulticastGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SendDataToMulticastGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the multicast group.
-
#payload_data ⇒ String
The binary to be sent to the end device, encoded in base64.
-
#wireless_metadata ⇒ Types::MulticastWirelessMetadata
Wireless metadata that is to be sent to multicast group.
Instance Attribute Details
#id ⇒ String
The ID of the multicast group.
5336 5337 5338 5339 5340 5341 5342 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5336 class SendDataToMulticastGroupRequest < Struct.new( :id, :payload_data, :wireless_metadata) SENSITIVE = [] include Aws::Structure end |
#payload_data ⇒ String
The binary to be sent to the end device, encoded in base64.
5336 5337 5338 5339 5340 5341 5342 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5336 class SendDataToMulticastGroupRequest < Struct.new( :id, :payload_data, :wireless_metadata) SENSITIVE = [] include Aws::Structure end |
#wireless_metadata ⇒ Types::MulticastWirelessMetadata
Wireless metadata that is to be sent to multicast group.
5336 5337 5338 5339 5340 5341 5342 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5336 class SendDataToMulticastGroupRequest < Struct.new( :id, :payload_data, :wireless_metadata) SENSITIVE = [] include Aws::Structure end |