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.
9078 9079 9080 |
# File 'sig/types.rbs', line 9078 def @dashboard_customization_visual_options end |
#field_options ⇒ Types::PivotTableFieldOptions
Returns the value of attribute field_options.
9075 9076 9077 |
# File 'sig/types.rbs', line 9075 def @field_options end |
#field_wells ⇒ Types::PivotTableFieldWells
Returns the value of attribute field_wells.
9071 9072 9073 |
# File 'sig/types.rbs', line 9071 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
9079 9080 9081 |
# File 'sig/types.rbs', line 9079 def interactions @interactions end |
#paginated_report_options ⇒ Types::PivotTablePaginatedReportOptions
Returns the value of attribute paginated_report_options.
9076 9077 9078 |
# File 'sig/types.rbs', line 9076 def @paginated_report_options end |
#sort_configuration ⇒ Types::PivotTableSortConfiguration
Returns the value of attribute sort_configuration.
9072 9073 9074 |
# File 'sig/types.rbs', line 9072 def sort_configuration @sort_configuration end |
#table_options ⇒ Types::PivotTableOptions
Returns the value of attribute table_options.
9073 9074 9075 |
# File 'sig/types.rbs', line 9073 def @table_options end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
9077 9078 9079 |
# File 'sig/types.rbs', line 9077 def tooltip @tooltip end |
#total_options ⇒ Types::PivotTableTotalOptions
Returns the value of attribute total_options.
9074 9075 9076 |
# File 'sig/types.rbs', line 9074 def @total_options end |