Class: Aws::Types::PivotTableConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PivotTableConfiguration
- 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::PivotTableFieldOptions
Returns the value of attribute field_options.
-
#field_wells ⇒ Types::PivotTableFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#paginated_report_options ⇒ Types::PivotTablePaginatedReportOptions
Returns the value of attribute paginated_report_options.
-
#sort_configuration ⇒ Types::PivotTableSortConfiguration
Returns the value of attribute sort_configuration.
-
#table_options ⇒ Types::PivotTableOptions
Returns the value of attribute table_options.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
-
#total_options ⇒ Types::PivotTableTotalOptions
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.
8727 8728 8729 |
# File 'sig/types.rbs', line 8727 def @dashboard_customization_visual_options end |
#field_options ⇒ Types::PivotTableFieldOptions
Returns the value of attribute field_options.
8724 8725 8726 |
# File 'sig/types.rbs', line 8724 def @field_options end |
#field_wells ⇒ Types::PivotTableFieldWells
Returns the value of attribute field_wells.
8720 8721 8722 |
# File 'sig/types.rbs', line 8720 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
8728 8729 8730 |
# File 'sig/types.rbs', line 8728 def interactions @interactions end |
#paginated_report_options ⇒ Types::PivotTablePaginatedReportOptions
Returns the value of attribute paginated_report_options.
8725 8726 8727 |
# File 'sig/types.rbs', line 8725 def @paginated_report_options end |
#sort_configuration ⇒ Types::PivotTableSortConfiguration
Returns the value of attribute sort_configuration.
8721 8722 8723 |
# File 'sig/types.rbs', line 8721 def sort_configuration @sort_configuration end |
#table_options ⇒ Types::PivotTableOptions
Returns the value of attribute table_options.
8722 8723 8724 |
# File 'sig/types.rbs', line 8722 def @table_options end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
8726 8727 8728 |
# File 'sig/types.rbs', line 8726 def tooltip @tooltip end |
#total_options ⇒ Types::PivotTableTotalOptions
Returns the value of attribute total_options.
8723 8724 8725 |
# File 'sig/types.rbs', line 8723 def @total_options end |