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.



9078
9079
9080
# File 'sig/types.rbs', line 9078

def dashboard_customization_visual_options
  @dashboard_customization_visual_options
end

#field_optionsTypes::PivotTableFieldOptions

Returns the value of attribute field_options.



9075
9076
9077
# File 'sig/types.rbs', line 9075

def field_options
  @field_options
end

#field_wellsTypes::PivotTableFieldWells

Returns the value of attribute field_wells.



9071
9072
9073
# File 'sig/types.rbs', line 9071

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



9079
9080
9081
# File 'sig/types.rbs', line 9079

def interactions
  @interactions
end

#paginated_report_optionsTypes::PivotTablePaginatedReportOptions

Returns the value of attribute paginated_report_options.



9076
9077
9078
# File 'sig/types.rbs', line 9076

def paginated_report_options
  @paginated_report_options
end

#sort_configurationTypes::PivotTableSortConfiguration

Returns the value of attribute sort_configuration.



9072
9073
9074
# File 'sig/types.rbs', line 9072

def sort_configuration
  @sort_configuration
end

#table_optionsTypes::PivotTableOptions

Returns the value of attribute table_options.



9073
9074
9075
# File 'sig/types.rbs', line 9073

def table_options
  @table_options
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



9077
9078
9079
# File 'sig/types.rbs', line 9077

def tooltip
  @tooltip
end

#total_optionsTypes::PivotTableTotalOptions

Returns the value of attribute total_options.



9074
9075
9076
# File 'sig/types.rbs', line 9074

def total_options
  @total_options
end