Class: Aws::WorkSpacesWeb::Types::UpdateBrowserSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::UpdateBrowserSettingsResponse
- 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.
3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3680 class UpdateBrowserSettingsResponse < Struct.new( :browser_settings) SENSITIVE = [] include Aws::Structure end |