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.
10260 10261 10262 |
# File 'sig/types.rbs', line 10260 def max_visible_columns @max_visible_columns end |
#max_visible_rows ⇒ ::Integer
Returns the value of attribute max_visible_rows.
10259 10260 10261 |
# File 'sig/types.rbs', line 10259 def max_visible_rows @max_visible_rows end |
#panel_configuration ⇒ Types::PanelConfiguration
Returns the value of attribute panel_configuration.
10261 10262 10263 |
# File 'sig/types.rbs', line 10261 def panel_configuration @panel_configuration end |
#x_axis ⇒ Types::SmallMultiplesAxisProperties
Returns the value of attribute x_axis.
10262 10263 10264 |
# File 'sig/types.rbs', line 10262 def x_axis @x_axis end |
#y_axis ⇒ Types::SmallMultiplesAxisProperties
Returns the value of attribute y_axis.
10263 10264 10265 |
# File 'sig/types.rbs', line 10263 def y_axis @y_axis end |