Class: Aws::Types::SmallMultiplesOptions
- Inherits:
-
Object
- Object
- Aws::Types::SmallMultiplesOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_visible_columns ⇒ ::Integer
Returns the value of attribute max_visible_columns.
-
#max_visible_rows ⇒ ::Integer
Returns the value of attribute max_visible_rows.
-
#panel_configuration ⇒ Types::PanelConfiguration
Returns the value of attribute panel_configuration.
-
#x_axis ⇒ Types::SmallMultiplesAxisProperties
Returns the value of attribute x_axis.
-
#y_axis ⇒ Types::SmallMultiplesAxisProperties
Returns the value of attribute y_axis.
Instance Attribute Details
#max_visible_columns ⇒ ::Integer
Returns the value of attribute max_visible_columns.
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.
10649 10650 10651 |
# File 'sig/types.rbs', line 10649 def max_visible_rows @max_visible_rows end |
#panel_configuration ⇒ Types::PanelConfiguration
Returns the value of attribute panel_configuration.
10651 10652 10653 |
# File 'sig/types.rbs', line 10651 def panel_configuration @panel_configuration end |
#x_axis ⇒ Types::SmallMultiplesAxisProperties
Returns the value of attribute x_axis.
10652 10653 10654 |
# File 'sig/types.rbs', line 10652 def x_axis @x_axis end |
#y_axis ⇒ Types::SmallMultiplesAxisProperties
Returns the value of attribute y_axis.
10653 10654 10655 |
# File 'sig/types.rbs', line 10653 def y_axis @y_axis end |