Class: Aws::Types::PivotTableFieldCollapseStateOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"COLLAPSED", "EXPANDED"

Returns the value of attribute state.

Returns:

  • ("COLLAPSED", "EXPANDED")


8740
8741
8742
# File 'sig/types.rbs', line 8740

def state
  @state
end

#targetTypes::PivotTableFieldCollapseStateTarget

Returns the value of attribute target.



8739
8740
8741
# File 'sig/types.rbs', line 8739

def target
  @target
end