Class: Aws::Types::PivotTableFieldOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collapse_state_options::Array[Types::PivotTableFieldCollapseStateOption]

Returns the value of attribute collapse_state_options.



8760
8761
8762
# File 'sig/types.rbs', line 8760

def collapse_state_options
  @collapse_state_options
end

#data_path_options::Array[Types::PivotTableDataPathOption]

Returns the value of attribute data_path_options.

Returns:



8759
8760
8761
# File 'sig/types.rbs', line 8759

def data_path_options
  @data_path_options
end

#selected_field_options::Array[Types::PivotTableFieldOption]

Returns the value of attribute selected_field_options.

Returns:



8758
8759
8760
# File 'sig/types.rbs', line 8758

def selected_field_options
  @selected_field_options
end