Class: Aws::Types::TableConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_customization_visual_optionsTypes::DashboardCustomizationVisualOptions

Returns the value of attribute dashboard_customization_visual_options.



10747
10748
10749
# File 'sig/types.rbs', line 10747

def dashboard_customization_visual_options
  @dashboard_customization_visual_options
end

#field_optionsTypes::TableFieldOptions

Returns the value of attribute field_options.



10743
10744
10745
# File 'sig/types.rbs', line 10743

def field_options
  @field_options
end

#field_wellsTypes::TableFieldWells

Returns the value of attribute field_wells.



10739
10740
10741
# File 'sig/types.rbs', line 10739

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



10748
10749
10750
# File 'sig/types.rbs', line 10748

def interactions
  @interactions
end

#paginated_report_optionsTypes::TablePaginatedReportOptions

Returns the value of attribute paginated_report_options.



10744
10745
10746
# File 'sig/types.rbs', line 10744

def paginated_report_options
  @paginated_report_options
end

#sort_configurationTypes::TableSortConfiguration

Returns the value of attribute sort_configuration.



10740
10741
10742
# File 'sig/types.rbs', line 10740

def sort_configuration
  @sort_configuration
end

#table_inline_visualizations::Array[Types::TableInlineVisualization]

Returns the value of attribute table_inline_visualizations.

Returns:



10745
10746
10747
# File 'sig/types.rbs', line 10745

def table_inline_visualizations
  @table_inline_visualizations
end

#table_optionsTypes::TableOptions

Returns the value of attribute table_options.

Returns:



10741
10742
10743
# File 'sig/types.rbs', line 10741

def table_options
  @table_options
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



10746
10747
10748
# File 'sig/types.rbs', line 10746

def tooltip
  @tooltip
end

#total_optionsTypes::TotalOptions

Returns the value of attribute total_options.

Returns:



10742
10743
10744
# File 'sig/types.rbs', line 10742

def total_options
  @total_options
end