Class: Aws::QuickSight::Types::PivotTableFieldOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotTableFieldOption
- Includes:
- Structure
- Defined in:
- 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.
24497 24498 24499 24500 24501 24502 24503 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24497 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.
24497 24498 24499 24500 24501 24502 24503 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24497 class PivotTableFieldOption < Struct.new( :field_id, :custom_label, :visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the pivot table field.
24497 24498 24499 24500 24501 24502 24503 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24497 class PivotTableFieldOption < Struct.new( :field_id, :custom_label, :visibility) SENSITIVE = [] include Aws::Structure end |