Class: Aws::QuickSight::Types::PivotTableFieldCollapseStateOption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The collapse state options for the pivot table field options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the field target of a pivot table. Choose one of the following options:

  • COLLAPSED

  • EXPANDED

Returns:

  • (String)


26034
26035
26036
26037
26038
26039
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26034

class PivotTableFieldCollapseStateOption < Struct.new(
  :target,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#targetTypes::PivotTableFieldCollapseStateTarget

A tagged-union object that sets the collapse state.



26034
26035
26036
26037
26038
26039
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26034

class PivotTableFieldCollapseStateOption < Struct.new(
  :target,
  :state)
  SENSITIVE = []
  include Aws::Structure
end