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.
11137 11138 11139 |
# File 'sig/types.rbs', line 11137 def @dashboard_customization_visual_options end |
#field_options ⇒ Types::TableFieldOptions
Returns the value of attribute field_options.
11133 11134 11135 |
# File 'sig/types.rbs', line 11133 def @field_options end |
#field_wells ⇒ Types::TableFieldWells
Returns the value of attribute field_wells.
11129 11130 11131 |
# File 'sig/types.rbs', line 11129 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
11138 11139 11140 |
# File 'sig/types.rbs', line 11138 def interactions @interactions end |
#paginated_report_options ⇒ Types::TablePaginatedReportOptions
Returns the value of attribute paginated_report_options.
11134 11135 11136 |
# File 'sig/types.rbs', line 11134 def @paginated_report_options end |
#sort_configuration ⇒ Types::TableSortConfiguration
Returns the value of attribute sort_configuration.
11130 11131 11132 |
# File 'sig/types.rbs', line 11130 def sort_configuration @sort_configuration end |
#table_inline_visualizations ⇒ ::Array[Types::TableInlineVisualization]
Returns the value of attribute table_inline_visualizations.
11135 11136 11137 |
# File 'sig/types.rbs', line 11135 def table_inline_visualizations @table_inline_visualizations end |
#table_options ⇒ Types::TableOptions
Returns the value of attribute table_options.
11131 11132 11133 |
# File 'sig/types.rbs', line 11131 def @table_options end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
11136 11137 11138 |
# File 'sig/types.rbs', line 11136 def tooltip @tooltip end |
#total_options ⇒ Types::TotalOptions
Returns the value of attribute total_options.
11132 11133 11134 |
# File 'sig/types.rbs', line 11132 def @total_options end |