Class: Aws::WorkSpacesWeb::Types::GetBrowserSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetBrowserSettingsResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#browser_settings ⇒ Types::BrowserSettings
The browser settings.
Instance Attribute Details
#browser_settings ⇒ Types::BrowserSettings
The browser settings.
1287 1288 1289 1290 1291 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1287 class GetBrowserSettingsResponse < Struct.new( :browser_settings) SENSITIVE = [] include Aws::Structure end |