IoTWireless / Client / list_multicast_groups_by_fuota_task
list_multicast_groups_by_fuota_task#
- IoTWireless.Client.list_multicast_groups_by_fuota_task(**kwargs)#
List all multicast groups associated with a fuota task.
See also: AWS API Documentation
Request Syntax
response = client.list_multicast_groups_by_fuota_task( Id='string', NextToken='string', MaxResults=123 )
- Parameters:
Id (string) –
[REQUIRED]
The ID of a FUOTA task.
NextToken (string) – To retrieve the next set of results, the
nextToken
value from a previous response; otherwise null to receive the first set of results.MaxResults (integer) – The maximum number of results to return in this operation.
- Return type:
dict
- Returns:
Response Syntax
{ 'NextToken': 'string', 'MulticastGroupList': [ { 'Id': 'string' }, ] }
Response Structure
(dict) –
NextToken (string) –
To retrieve the next set of results, the
nextToken
value from a previous response; otherwise null to receive the first set of results.MulticastGroupList (list) –
List of multicast groups associated with a FUOTA task.
(dict) –
A multicast group that is associated with a FUOTA task.
Id (string) –
The ID of the multicast group.
Exceptions