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.
3274 3275 3276 3277 3278 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3274 class UpdateBrowserSettingsResponse < Struct.new( :browser_settings) SENSITIVE = [] include Aws::Structure end |