Class: Aws::QuickSight::Types::DataPathValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_path_typeTypes::DataPathType

The type configuration of the field.

Returns:



8980
8981
8982
8983
8984
8985
8986
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8980

class DataPathValue < Struct.new(
  :field_id,
  :field_value,
  :data_path_type)
  SENSITIVE = [:field_value]
  include Aws::Structure
end

#field_idString

The field ID of the field that needs to be sorted.

Returns:

  • (String)


8980
8981
8982
8983
8984
8985
8986
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8980

class DataPathValue < Struct.new(
  :field_id,
  :field_value,
  :data_path_type)
  SENSITIVE = [:field_value]
  include Aws::Structure
end

#field_valueString

The actual value of the field that needs to be sorted.

Returns:

  • (String)


8980
8981
8982
8983
8984
8985
8986
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8980

class DataPathValue < Struct.new(
  :field_id,
  :field_value,
  :data_path_type)
  SENSITIVE = [:field_value]
  include Aws::Structure
end