Class: Aws::QuickSight::Types::DataPathLabelType
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataPathLabelType
- Includes:
- Structure
- Defined in:
- 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
-
#field_id ⇒ String
The field ID of the field that the data label needs to be applied to.
-
#field_value ⇒ String
The actual value of the field that is labeled.
-
#visibility ⇒ String
The visibility of the data label.
Instance Attribute Details
#field_id ⇒ String
The field ID of the field that the data label needs to be applied to.
8707 8708 8709 8710 8711 8712 8713 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8707 class DataPathLabelType < Struct.new( :field_id, :field_value, :visibility) SENSITIVE = [:field_value] include Aws::Structure end |
#field_value ⇒ String
The actual value of the field that is labeled.
8707 8708 8709 8710 8711 8712 8713 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8707 class DataPathLabelType < Struct.new( :field_id, :field_value, :visibility) SENSITIVE = [:field_value] include Aws::Structure end |
#visibility ⇒ String
The visibility of the data label.
8707 8708 8709 8710 8711 8712 8713 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8707 class DataPathLabelType < Struct.new( :field_id, :field_value, :visibility) SENSITIVE = [:field_value] include Aws::Structure end |