WorkSpacesWeb / Client / list_network_settings
list_network_settings#
- WorkSpacesWeb.Client.list_network_settings(**kwargs)#
Retrieves a list of network settings.
See also: AWS API Documentation
Request Syntax
response = client.list_network_settings( maxResults=123, nextToken='string' )
- Parameters:
maxResults (integer) – The maximum number of results to be included in the next page.
nextToken (string) – The pagination token used to retrieve the next page of results for this operation.
- Return type:
dict
- Returns:
Response Syntax
{ 'networkSettings': [ { 'networkSettingsArn': 'string', 'vpcId': 'string' }, ], 'nextToken': 'string' }
Response Structure
(dict) –
networkSettings (list) –
The network settings.
(dict) –
The summary of network settings.
networkSettingsArn (string) –
The ARN of the network settings.
vpcId (string) –
The VPC ID of the network settings.
nextToken (string) –
The pagination token used to retrieve the next page of results for this operation.
Exceptions
WorkSpacesWeb.Client.exceptions.InternalServerException
WorkSpacesWeb.Client.exceptions.AccessDeniedException
WorkSpacesWeb.Client.exceptions.ThrottlingException
WorkSpacesWeb.Client.exceptions.ValidationException