Class: Aws::Types::HorizontalLayoutConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HorizontalLayoutConfiguration
- 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 ⇒ "Top", "Bottom"
Returns the value of attribute tile_position.
Instance Attribute Details
#tile_aspect_ratio ⇒ ::String
Returns the value of attribute tile_aspect_ratio.
374 375 376 |
# File 'sig/types.rbs', line 374 def tile_aspect_ratio @tile_aspect_ratio end |
#tile_count ⇒ ::Integer
Returns the value of attribute tile_count.
373 374 375 |
# File 'sig/types.rbs', line 373 def tile_count @tile_count end |
#tile_order ⇒ "JoinSequence", "SpeakerSequence"
Returns the value of attribute tile_order.
371 372 373 |
# File 'sig/types.rbs', line 371 def tile_order @tile_order end |
#tile_position ⇒ "Top", "Bottom"
Returns the value of attribute tile_position.
372 373 374 |
# File 'sig/types.rbs', line 372 def tile_position @tile_position end |