Class: Aws::QuickSight::Types::DataPathValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataPathValue
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The data path that needs to be sorted.
Constant Summary collapse
- SENSITIVE =
[:field_value]
Instance Attribute Summary collapse
-
#data_path_type ⇒ Types::DataPathType
The type configuration of the field.
-
#field_id ⇒ String
The field ID of the field that needs to be sorted.
-
#field_value ⇒ String
The actual value of the field that needs to be sorted.
Instance Attribute Details
#data_path_type ⇒ Types::DataPathType
The type configuration of the field.
8834 8835 8836 8837 8838 8839 8840 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8834 class DataPathValue < Struct.new( :field_id, :field_value, :data_path_type) SENSITIVE = [:field_value] include Aws::Structure end |
#field_id ⇒ String
The field ID of the field that needs to be sorted.
8834 8835 8836 8837 8838 8839 8840 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8834 class DataPathValue < Struct.new( :field_id, :field_value, :data_path_type) SENSITIVE = [:field_value] include Aws::Structure end |
#field_value ⇒ String
The actual value of the field that needs to be sorted.
8834 8835 8836 8837 8838 8839 8840 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8834 class DataPathValue < Struct.new( :field_id, :field_value, :data_path_type) SENSITIVE = [:field_value] include Aws::Structure end |