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'
)
dict
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