Class: Aws::Types::VerticalLayoutConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VerticalLayoutConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tile_aspect_ratio ⇒ ::String
Returns the value of attribute tile_aspect_ratio.
-
#tile_count ⇒ ::Integer
Returns the value of attribute tile_count.
-
#tile_order ⇒ "JoinSequence", "SpeakerSequence"
Returns the value of attribute tile_order.
-
#tile_position ⇒ "Left", "Right"
Returns the value of attribute tile_position.
Instance Attribute Details
#tile_aspect_ratio ⇒ ::String
Returns the value of attribute tile_aspect_ratio.
928 929 930 |
# File 'sig/types.rbs', line 928 def tile_aspect_ratio @tile_aspect_ratio end |
#tile_count ⇒ ::Integer
Returns the value of attribute tile_count.
927 928 929 |
# File 'sig/types.rbs', line 927 def tile_count @tile_count end |
#tile_order ⇒ "JoinSequence", "SpeakerSequence"
Returns the value of attribute tile_order.
925 926 927 |
# File 'sig/types.rbs', line 925 def tile_order @tile_order end |
#tile_position ⇒ "Left", "Right"
Returns the value of attribute tile_position.
926 927 928 |
# File 'sig/types.rbs', line 926 def tile_position @tile_position end |