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)


8799
8800
8801
# File 'sig/types.rbs', line 8799

def custom_label
  @custom_label
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


8798
8799
8800
# File 'sig/types.rbs', line 8798

def visibility
  @visibility
end