Class: Aws::Types::PivotTableRowsLabelOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_label::String

Returns the value of attribute custom_label.

Returns:

  • (::String)


9150
9151
9152
# File 'sig/types.rbs', line 9150

def custom_label
  @custom_label
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


9149
9150
9151
# File 'sig/types.rbs', line 9149

def visibility
  @visibility
end