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)


22351
22352
22353
22354
22355
22356
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22351

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

#targetTypes::PivotTableFieldCollapseStateTarget

A tagged-union object that sets the collapse state.



22351
22352
22353
22354
22355
22356
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22351

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