Class: Aws::Types::ToolbarConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hidden_toolbar_items::Array[("Windows" | "DualMonitor" | "FullScreen" | "Webcam" | "Microphone")]

Returns the value of attribute hidden_toolbar_items.

Returns:

  • (::Array[("Windows" | "DualMonitor" | "FullScreen" | "Webcam" | "Microphone")])


1119
1120
1121
# File 'sig/types.rbs', line 1119

def hidden_toolbar_items
  @hidden_toolbar_items
end

#max_display_resolution"size4096X2160", ...

Returns the value of attribute max_display_resolution.

Returns:

  • ("size4096X2160", "size3840X2160", "size3440X1440", "size2560X1440", "size1920X1080", "size1280X720", "size1024X768", "size800X600")


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.

Returns:

  • ("Floating", "Docked")


1117
1118
1119
# File 'sig/types.rbs', line 1117

def toolbar_type
  @toolbar_type
end

#visual_mode"Dark", "Light"

Returns the value of attribute visual_mode.

Returns:

  • ("Dark", "Light")


1118
1119
1120
# File 'sig/types.rbs', line 1118

def visual_mode
  @visual_mode
end