Class: Aws::Types::SendDataToMulticastGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


1747
1748
1749
# File 'sig/types.rbs', line 1747

def id
  @id
end

#payload_data ⇒ ::String

Returns the value of attribute payload_data.

Returns:

  • (::String)


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