Class: Aws::Types::PivotTableFieldOption

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)


8752
8753
8754
# File 'sig/types.rbs', line 8752

def custom_label
  @custom_label
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


8751
8752
8753
# File 'sig/types.rbs', line 8751

def field_id
  @field_id
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


8753
8754
8755
# File 'sig/types.rbs', line 8753

def visibility
  @visibility
end