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.
2186 2187 2188 2189 2190 2191 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2186 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.
2186 2187 2188 2189 2190 2191 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2186 class ListBrowserSettingsResponse < Struct.new( :browser_settings, :next_token) SENSITIVE = [] include Aws::Structure end |