Class: Aws::WorkSpacesWeb::Types::GetBrowserSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetBrowserSettingsResponse
- Includes:
- Structure
- Defined in:
- 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.
1536 1537 1538 1539 1540 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1536 class GetBrowserSettingsResponse < Struct.new( :browser_settings) SENSITIVE = [] include Aws::Structure end |