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.
23422 23423 23424 23425 23426 23427 23428 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23422 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.
23422 23423 23424 23425 23426 23427 23428 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23422 class PivotTableFieldOption < Struct.new( :field_id, :custom_label, :visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the pivot table field.
23422 23423 23424 23425 23426 23427 23428 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23422 class PivotTableFieldOption < Struct.new( :field_id, :custom_label, :visibility) SENSITIVE = [] include Aws::Structure end |