WorkSpacesWeb / Client / list_browser_settings
list_browser_settings#
- WorkSpacesWeb.Client.list_browser_settings(**kwargs)#
- Retrieves a list of browser settings. - See also: AWS API Documentation - Request Syntax- response = client.list_browser_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- { 'browserSettings': [ { 'browserSettingsArn': 'string' }, ], 'nextToken': 'string' } - Response Structure- (dict) – - browserSettings (list) – - The browser settings. - (dict) – - The summary for browser settings. - browserSettingsArn (string) – - The ARN of the browser 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