Class: Aws::Types::VerticalLayoutConfiguration

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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("JoinSequence", "SpeakerSequence")


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.

Returns:

  • ("Left", "Right")


926
927
928
# File 'sig/types.rbs', line 926

def tile_position
  @tile_position
end