Class: Aws::WorkSpacesWeb::Types::ToolbarConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ToolbarConfiguration
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hidden_toolbar_items ⇒ Array<String>
The list of toolbar items to be hidden.
-
#max_display_resolution ⇒ String
The maximum display resolution that is allowed for the session.
-
#toolbar_type ⇒ String
The type of toolbar displayed during the session.
-
#visual_mode ⇒ String
The visual mode of the toolbar.
Instance Attribute Details
#hidden_toolbar_items ⇒ Array<String>
The list of toolbar items to be hidden.
3844 3845 3846 3847 3848 3849 3850 3851 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3844 class ToolbarConfiguration < Struct.new( :toolbar_type, :visual_mode, :hidden_toolbar_items, :max_display_resolution) SENSITIVE = [] include Aws::Structure end |
#max_display_resolution ⇒ String
The maximum display resolution that is allowed for the session.
3844 3845 3846 3847 3848 3849 3850 3851 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3844 class ToolbarConfiguration < Struct.new( :toolbar_type, :visual_mode, :hidden_toolbar_items, :max_display_resolution) SENSITIVE = [] include Aws::Structure end |
#toolbar_type ⇒ String
The type of toolbar displayed during the session.
3844 3845 3846 3847 3848 3849 3850 3851 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3844 class ToolbarConfiguration < Struct.new( :toolbar_type, :visual_mode, :hidden_toolbar_items, :max_display_resolution) SENSITIVE = [] include Aws::Structure end |
#visual_mode ⇒ String
The visual mode of the toolbar.
3844 3845 3846 3847 3848 3849 3850 3851 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3844 class ToolbarConfiguration < Struct.new( :toolbar_type, :visual_mode, :hidden_toolbar_items, :max_display_resolution) SENSITIVE = [] include Aws::Structure end |