IoTWireless / Client / list_network_analyzer_configurations

list_network_analyzer_configurations#

IoTWireless.Client.list_network_analyzer_configurations(**kwargs)#

Lists the network analyzer configurations.

See also: AWS API Documentation

Request Syntax

response = client.list_network_analyzer_configurations(
    MaxResults=123,
    NextToken='string'
)
Parameters:
  • MaxResults (integer) – The maximum number of results to return in this operation.

  • 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.

Return type:

dict

Returns:

Response Syntax

{
    'NextToken': 'string',
    'NetworkAnalyzerConfigurationList': [
        {
            'Arn': 'string',
            'Name': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • NextToken (string) –

      The token to use to get the next set of results, or null if there are no additional results.

    • NetworkAnalyzerConfigurationList (list) –

      The list of network analyzer configurations.

      • (dict) –

        Network analyzer configurations.

        • Arn (string) –

          The Amazon Resource Name of the new resource.

        • Name (string) –

          Name of the network analyzer configuration.

Exceptions