Class: Aws::Types::GridViewConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GridViewConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_speaker_only_configuration ⇒ Types::ActiveSpeakerOnlyConfiguration
Returns the value of attribute active_speaker_only_configuration.
-
#canvas_orientation ⇒ "Landscape", "Portrait"
Returns the value of attribute canvas_orientation.
-
#content_share_layout ⇒ "PresenterOnly", ...
Returns the value of attribute content_share_layout.
-
#horizontal_layout_configuration ⇒ Types::HorizontalLayoutConfiguration
Returns the value of attribute horizontal_layout_configuration.
-
#presenter_only_configuration ⇒ Types::PresenterOnlyConfiguration
Returns the value of attribute presenter_only_configuration.
-
#vertical_layout_configuration ⇒ Types::VerticalLayoutConfiguration
Returns the value of attribute vertical_layout_configuration.
-
#video_attribute ⇒ Types::VideoAttribute
Returns the value of attribute video_attribute.
Instance Attribute Details
#active_speaker_only_configuration ⇒ Types::ActiveSpeakerOnlyConfiguration
Returns the value of attribute active_speaker_only_configuration.
362 363 364 |
# File 'sig/types.rbs', line 362 def active_speaker_only_configuration @active_speaker_only_configuration end |
#canvas_orientation ⇒ "Landscape", "Portrait"
Returns the value of attribute canvas_orientation.
366 367 368 |
# File 'sig/types.rbs', line 366 def canvas_orientation @canvas_orientation end |
#content_share_layout ⇒ "PresenterOnly", ...
Returns the value of attribute content_share_layout.
360 361 362 |
# File 'sig/types.rbs', line 360 def content_share_layout @content_share_layout end |
#horizontal_layout_configuration ⇒ Types::HorizontalLayoutConfiguration
Returns the value of attribute horizontal_layout_configuration.
363 364 365 |
# File 'sig/types.rbs', line 363 def horizontal_layout_configuration @horizontal_layout_configuration end |
#presenter_only_configuration ⇒ Types::PresenterOnlyConfiguration
Returns the value of attribute presenter_only_configuration.
361 362 363 |
# File 'sig/types.rbs', line 361 def presenter_only_configuration @presenter_only_configuration end |
#vertical_layout_configuration ⇒ Types::VerticalLayoutConfiguration
Returns the value of attribute vertical_layout_configuration.
364 365 366 |
# File 'sig/types.rbs', line 364 def vertical_layout_configuration @vertical_layout_configuration end |
#video_attribute ⇒ Types::VideoAttribute
Returns the value of attribute video_attribute.
365 366 367 |
# File 'sig/types.rbs', line 365 def video_attribute @video_attribute end |