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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


23118
23119
23120
23121
23122
23123
# File 'lib/aws-sdk-quicksight/types.rb', line 23118

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

#targetTypes::PivotTableFieldCollapseStateTarget

A tagged-union object that sets the collapse state.



23118
23119
23120
23121
23122
23123
# File 'lib/aws-sdk-quicksight/types.rb', line 23118

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