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)


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.

Returns:

  • (::Integer)


10259
10260
10261
# File 'sig/types.rbs', line 10259

def max_visible_rows
  @max_visible_rows
end

#panel_configurationTypes::PanelConfiguration

Returns the value of attribute panel_configuration.



10261
10262
10263
# File 'sig/types.rbs', line 10261

def panel_configuration
  @panel_configuration
end

#x_axisTypes::SmallMultiplesAxisProperties

Returns the value of attribute x_axis.



10262
10263
10264
# File 'sig/types.rbs', line 10262

def x_axis
  @x_axis
end

#y_axisTypes::SmallMultiplesAxisProperties

Returns the value of attribute y_axis.



10263
10264
10265
# File 'sig/types.rbs', line 10263

def y_axis
  @y_axis
end