Class: Aws::WorkSpacesWeb::Types::ListBrowserSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ListBrowserSettingsResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#browser_settings ⇒ Array<Types::BrowserSettingsSummary>
The browser settings.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#browser_settings ⇒ Array<Types::BrowserSettingsSummary>
The browser settings.
2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2195 class ListBrowserSettingsResponse < Struct.new( :browser_settings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2195 class ListBrowserSettingsResponse < Struct.new( :browser_settings, :next_token) SENSITIVE = [] include Aws::Structure end |