Class: Aws::QuickSight::Types::AxisLabelReferenceOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AxisLabelReferenceOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The reference that specifies where the axis label is applied to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column ⇒ Types::ColumnIdentifier
The column that the axis label is targeted to.
-
#field_id ⇒ String
The field that the axis label is targeted to.
Instance Attribute Details
#column ⇒ Types::ColumnIdentifier
The column that the axis label is targeted to.
3136 3137 3138 3139 3140 3141 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3136 class AxisLabelReferenceOptions < Struct.new( :field_id, :column) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The field that the axis label is targeted to.
3136 3137 3138 3139 3140 3141 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3136 class AxisLabelReferenceOptions < Struct.new( :field_id, :column) SENSITIVE = [] include Aws::Structure end |