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.



9111
9112
9113
# File 'sig/types.rbs', line 9111

def collapse_state_options
  @collapse_state_options
end

#data_path_options::Array[Types::PivotTableDataPathOption]

Returns the value of attribute data_path_options.

Returns:



9110
9111
9112
# File 'sig/types.rbs', line 9110

def data_path_options
  @data_path_options
end

#selected_field_options::Array[Types::PivotTableFieldOption]

Returns the value of attribute selected_field_options.

Returns:



9109
9110
9111
# File 'sig/types.rbs', line 9109

def selected_field_options
  @selected_field_options
end