Class: Aws::Types::HorizontalLayoutConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tile_aspect_ratio ⇒ ::String

Returns the value of attribute tile_aspect_ratio.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("JoinSequence", "SpeakerSequence")


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.

Returns:

  • ("Top", "Bottom")


372
373
374
# File 'sig/types.rbs', line 372

def tile_position
  @tile_position
end