Class: Aws::QuickSight::Types::PivotTableRowsLabelOptions

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

Overview

The options for the label thta is located above the row headers. This option is only applicable when RowsLayout is set to HIERARCHY.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_labelString

The custom label string for the rows label.

Returns:

  • (String)


22578
22579
22580
22581
22582
22583
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22578

class PivotTableRowsLabelOptions < Struct.new(
  :visibility,
  :custom_label)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

The visibility of the rows label.

Returns:

  • (String)


22578
22579
22580
22581
22582
22583
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22578

class PivotTableRowsLabelOptions < Struct.new(
  :visibility,
  :custom_label)
  SENSITIVE = []
  include Aws::Structure
end