Class: Aws::QuickSight::Types::DataPathLabelType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The option that specifies individual data values for labels.

Constant Summary collapse

SENSITIVE =
[:field_value]

Instance Attribute Summary collapse

Instance Attribute Details

#field_idString

The field ID of the field that the data label needs to be applied to.

Returns:

  • (String)


7631
7632
7633
7634
7635
7636
7637
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7631

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

#field_valueString

The actual value of the field that is labeled.

Returns:

  • (String)


7631
7632
7633
7634
7635
7636
7637
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7631

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

#visibilityString

The visibility of the data label.

Returns:

  • (String)


7631
7632
7633
7634
7635
7636
7637
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7631

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