Class: Aws::Types::PivotTableConfiguration

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.



8727
8728
8729
# File 'sig/types.rbs', line 8727

def dashboard_customization_visual_options
  @dashboard_customization_visual_options
end

#field_optionsTypes::PivotTableFieldOptions

Returns the value of attribute field_options.



8724
8725
8726
# File 'sig/types.rbs', line 8724

def field_options
  @field_options
end

#field_wellsTypes::PivotTableFieldWells

Returns the value of attribute field_wells.



8720
8721
8722
# File 'sig/types.rbs', line 8720

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



8728
8729
8730
# File 'sig/types.rbs', line 8728

def interactions
  @interactions
end

#paginated_report_optionsTypes::PivotTablePaginatedReportOptions

Returns the value of attribute paginated_report_options.



8725
8726
8727
# File 'sig/types.rbs', line 8725

def paginated_report_options
  @paginated_report_options
end

#sort_configurationTypes::PivotTableSortConfiguration

Returns the value of attribute sort_configuration.



8721
8722
8723
# File 'sig/types.rbs', line 8721

def sort_configuration
  @sort_configuration
end

#table_optionsTypes::PivotTableOptions

Returns the value of attribute table_options.



8722
8723
8724
# File 'sig/types.rbs', line 8722

def table_options
  @table_options
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



8726
8727
8728
# File 'sig/types.rbs', line 8726

def tooltip
  @tooltip
end

#total_optionsTypes::PivotTableTotalOptions

Returns the value of attribute total_options.



8723
8724
8725
# File 'sig/types.rbs', line 8723

def total_options
  @total_options
end