Class: Aws::Types::SmallMultiplesOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_visible_columns::Integer

Returns the value of attribute max_visible_columns.

Returns:

  • (::Integer)


10650
10651
10652
# File 'sig/types.rbs', line 10650

def max_visible_columns
  @max_visible_columns
end

#max_visible_rows::Integer

Returns the value of attribute max_visible_rows.

Returns:

  • (::Integer)


10649
10650
10651
# File 'sig/types.rbs', line 10649

def max_visible_rows
  @max_visible_rows
end

#panel_configurationTypes::PanelConfiguration

Returns the value of attribute panel_configuration.



10651
10652
10653
# File 'sig/types.rbs', line 10651

def panel_configuration
  @panel_configuration
end

#x_axisTypes::SmallMultiplesAxisProperties

Returns the value of attribute x_axis.



10652
10653
10654
# File 'sig/types.rbs', line 10652

def x_axis
  @x_axis
end

#y_axisTypes::SmallMultiplesAxisProperties

Returns the value of attribute y_axis.



10653
10654
10655
# File 'sig/types.rbs', line 10653

def y_axis
  @y_axis
end