Class: Aws::QuickSight::Types::PivotTableConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The configuration for a ‘PivotTableVisual`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_optionsTypes::PivotTableFieldOptions

The field options for a pivot table visual.



22303
22304
22305
22306
22307
22308
22309
22310
22311
22312
22313
# File 'lib/aws-sdk-quicksight/types.rb', line 22303

class PivotTableConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :table_options,
  :total_options,
  :field_options,
  :paginated_report_options,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#field_wellsTypes::PivotTableFieldWells

The field wells of the visual.



22303
22304
22305
22306
22307
22308
22309
22310
22311
22312
22313
# File 'lib/aws-sdk-quicksight/types.rb', line 22303

class PivotTableConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :table_options,
  :total_options,
  :field_options,
  :paginated_report_options,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#interactionsTypes::VisualInteractionOptions

The general visual interactions setup for a visual.



22303
22304
22305
22306
22307
22308
22309
22310
22311
22312
22313
# File 'lib/aws-sdk-quicksight/types.rb', line 22303

class PivotTableConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :table_options,
  :total_options,
  :field_options,
  :paginated_report_options,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#paginated_report_optionsTypes::PivotTablePaginatedReportOptions

The paginated report options for a pivot table visual.



22303
22304
22305
22306
22307
22308
22309
22310
22311
22312
22313
# File 'lib/aws-sdk-quicksight/types.rb', line 22303

class PivotTableConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :table_options,
  :total_options,
  :field_options,
  :paginated_report_options,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#sort_configurationTypes::PivotTableSortConfiguration

The sort configuration for a ‘PivotTableVisual`.



22303
22304
22305
22306
22307
22308
22309
22310
22311
22312
22313
# File 'lib/aws-sdk-quicksight/types.rb', line 22303

class PivotTableConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :table_options,
  :total_options,
  :field_options,
  :paginated_report_options,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#table_optionsTypes::PivotTableOptions

The table options for a pivot table visual.



22303
22304
22305
22306
22307
22308
22309
22310
22311
22312
22313
# File 'lib/aws-sdk-quicksight/types.rb', line 22303

class PivotTableConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :table_options,
  :total_options,
  :field_options,
  :paginated_report_options,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#total_optionsTypes::PivotTableTotalOptions

The total options for a pivot table visual.



22303
22304
22305
22306
22307
22308
22309
22310
22311
22312
22313
# File 'lib/aws-sdk-quicksight/types.rb', line 22303

class PivotTableConfiguration < Struct.new(
  :field_wells,
  :sort_configuration,
  :table_options,
  :total_options,
  :field_options,
  :paginated_report_options,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end