Class: Aws::IoTWireless::Types::DeleteMulticastGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeleteMulticastGroupRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the multicast group.
Instance Attribute Details
#id ⇒ String
The ID of the multicast group.
1269 1270 1271 1272 1273 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1269 class DeleteMulticastGroupRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |