Class: Aws::QuickSight::Types::PivotTableFieldOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotTableFieldOption
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The selected field options for the pivot table field options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_label ⇒ String
The custom label of the pivot table field.
-
#field_id ⇒ String
The field ID of the pivot table field.
-
#visibility ⇒ String
The visibility of the pivot table field.
Instance Attribute Details
#custom_label ⇒ String
The custom label of the pivot table field.
25781 25782 25783 25784 25785 25786 25787 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25781 class PivotTableFieldOption < Struct.new( :field_id, :custom_label, :visibility) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The field ID of the pivot table field.
25781 25782 25783 25784 25785 25786 25787 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25781 class PivotTableFieldOption < Struct.new( :field_id, :custom_label, :visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the pivot table field.
25781 25782 25783 25784 25785 25786 25787 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25781 class PivotTableFieldOption < Struct.new( :field_id, :custom_label, :visibility) SENSITIVE = [] include Aws::Structure end |