Class: Aws::Types::ToolbarConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ToolbarConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hidden_toolbar_items ⇒ ::Array[("Windows" | "DualMonitor" | "FullScreen" | "Webcam" | "Microphone")]
Returns the value of attribute hidden_toolbar_items.
-
#max_display_resolution ⇒ "size4096X2160", ...
Returns the value of attribute max_display_resolution.
-
#toolbar_type ⇒ "Floating", "Docked"
Returns the value of attribute toolbar_type.
-
#visual_mode ⇒ "Dark", "Light"
Returns the value of attribute visual_mode.
Instance Attribute Details
#hidden_toolbar_items ⇒ ::Array[("Windows" | "DualMonitor" | "FullScreen" | "Webcam" | "Microphone")]
Returns the value of attribute hidden_toolbar_items.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def @hidden_toolbar_items end |
#max_display_resolution ⇒ "size4096X2160", ...
Returns the value of attribute max_display_resolution.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def max_display_resolution @max_display_resolution end |
#toolbar_type ⇒ "Floating", "Docked"
Returns the value of attribute toolbar_type.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def @toolbar_type end |
#visual_mode ⇒ "Dark", "Light"
Returns the value of attribute visual_mode.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def visual_mode @visual_mode end |