Class: Aws::IoTWireless::Types::DeleteMulticastGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeleteMulticastGroupRequest
- 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.
Instance Attribute Details
#id ⇒ String
The ID of the multicast group.
1262 1263 1264 1265 1266 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1262 class DeleteMulticastGroupRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |