Class: Aws::Types::TableConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TableConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_customization_visual_options ⇒ Types::DashboardCustomizationVisualOptions
Returns the value of attribute dashboard_customization_visual_options.
-
#field_options ⇒ Types::TableFieldOptions
Returns the value of attribute field_options.
-
#field_wells ⇒ Types::TableFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#paginated_report_options ⇒ Types::TablePaginatedReportOptions
Returns the value of attribute paginated_report_options.
-
#sort_configuration ⇒ Types::TableSortConfiguration
Returns the value of attribute sort_configuration.
-
#table_inline_visualizations ⇒ ::Array[Types::TableInlineVisualization]
Returns the value of attribute table_inline_visualizations.
-
#table_options ⇒ Types::TableOptions
Returns the value of attribute table_options.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
-
#total_options ⇒ Types::TotalOptions
Returns the value of attribute total_options.
Instance Attribute Details
#dashboard_customization_visual_options ⇒ Types::DashboardCustomizationVisualOptions
Returns the value of attribute dashboard_customization_visual_options.
10747 10748 10749 |
# File 'sig/types.rbs', line 10747 def @dashboard_customization_visual_options end |
#field_options ⇒ Types::TableFieldOptions
Returns the value of attribute field_options.
10743 10744 10745 |
# File 'sig/types.rbs', line 10743 def @field_options end |
#field_wells ⇒ Types::TableFieldWells
Returns the value of attribute field_wells.
10739 10740 10741 |
# File 'sig/types.rbs', line 10739 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
10748 10749 10750 |
# File 'sig/types.rbs', line 10748 def interactions @interactions end |
#paginated_report_options ⇒ Types::TablePaginatedReportOptions
Returns the value of attribute paginated_report_options.
10744 10745 10746 |
# File 'sig/types.rbs', line 10744 def @paginated_report_options end |
#sort_configuration ⇒ Types::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.
10745 10746 10747 |
# File 'sig/types.rbs', line 10745 def table_inline_visualizations @table_inline_visualizations end |
#table_options ⇒ Types::TableOptions
Returns the value of attribute table_options.
10741 10742 10743 |
# File 'sig/types.rbs', line 10741 def @table_options end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
10746 10747 10748 |
# File 'sig/types.rbs', line 10746 def tooltip @tooltip end |
#total_options ⇒ Types::TotalOptions
Returns the value of attribute total_options.
10742 10743 10744 |
# File 'sig/types.rbs', line 10742 def @total_options end |