Class: Aws::Types::TableConfiguration

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.



11137
11138
11139
# File 'sig/types.rbs', line 11137

def dashboard_customization_visual_options
  @dashboard_customization_visual_options
end

#field_optionsTypes::TableFieldOptions

Returns the value of attribute field_options.



11133
11134
11135
# File 'sig/types.rbs', line 11133

def field_options
  @field_options
end

#field_wellsTypes::TableFieldWells

Returns the value of attribute field_wells.



11129
11130
11131
# File 'sig/types.rbs', line 11129

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



11138
11139
11140
# File 'sig/types.rbs', line 11138

def interactions
  @interactions
end

#paginated_report_optionsTypes::TablePaginatedReportOptions

Returns the value of attribute paginated_report_options.



11134
11135
11136
# File 'sig/types.rbs', line 11134

def paginated_report_options
  @paginated_report_options
end

#sort_configurationTypes::TableSortConfiguration

Returns the value of attribute sort_configuration.



11130
11131
11132
# File 'sig/types.rbs', line 11130

def sort_configuration
  @sort_configuration
end

#table_inline_visualizations::Array[Types::TableInlineVisualization]

Returns the value of attribute table_inline_visualizations.

Returns:



11135
11136
11137
# File 'sig/types.rbs', line 11135

def table_inline_visualizations
  @table_inline_visualizations
end

#table_optionsTypes::TableOptions

Returns the value of attribute table_options.

Returns:



11131
11132
11133
# File 'sig/types.rbs', line 11131

def table_options
  @table_options
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



11136
11137
11138
# File 'sig/types.rbs', line 11136

def tooltip
  @tooltip
end

#total_optionsTypes::TotalOptions

Returns the value of attribute total_options.

Returns:



11132
11133
11134
# File 'sig/types.rbs', line 11132

def total_options
  @total_options
end