Class: Aws::QuickSight::Types::AxisLabelReferenceOptions

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

Instance Attribute Details

#columnTypes::ColumnIdentifier

The column that the axis label is targeted to.



2347
2348
2349
2350
2351
2352
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2347

class AxisLabelReferenceOptions < Struct.new(
  :field_id,
  :column)
  SENSITIVE = []
  include Aws::Structure
end

#field_idString

The field that the axis label is targeted to.

Returns:

  • (String)


2347
2348
2349
2350
2351
2352
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2347

class AxisLabelReferenceOptions < Struct.new(
  :field_id,
  :column)
  SENSITIVE = []
  include Aws::Structure
end