Method: Aws::IoTWireless::Types::MulticastGroup#id
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
#id ⇒ String
The ID of the multicast group.
5008 5009 5010 5011 5012 5013 5014 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5008 class MulticastGroup < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end |