Class: Aws::QuickSight::Types::TableFieldOption

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

Overview

The options for a table field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_labelString

The custom label for a table field.

Returns:

  • (String)


27625
27626
27627
27628
27629
27630
27631
27632
27633
# File 'lib/aws-sdk-quicksight/types.rb', line 27625

class TableFieldOption < Struct.new(
  :field_id,
  :width,
  :custom_label,
  :visibility,
  :url_styling)
  SENSITIVE = []
  include Aws::Structure
end

#field_idString

The field ID for a table field.

Returns:

  • (String)


27625
27626
27627
27628
27629
27630
27631
27632
27633
# File 'lib/aws-sdk-quicksight/types.rb', line 27625

class TableFieldOption < Struct.new(
  :field_id,
  :width,
  :custom_label,
  :visibility,
  :url_styling)
  SENSITIVE = []
  include Aws::Structure
end

#url_stylingTypes::TableFieldURLConfiguration

The URL configuration for a table field.



27625
27626
27627
27628
27629
27630
27631
27632
27633
# File 'lib/aws-sdk-quicksight/types.rb', line 27625

class TableFieldOption < Struct.new(
  :field_id,
  :width,
  :custom_label,
  :visibility,
  :url_styling)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

The visibility of a table field.

Returns:

  • (String)


27625
27626
27627
27628
27629
27630
27631
27632
27633
# File 'lib/aws-sdk-quicksight/types.rb', line 27625

class TableFieldOption < Struct.new(
  :field_id,
  :width,
  :custom_label,
  :visibility,
  :url_styling)
  SENSITIVE = []
  include Aws::Structure
end

#widthString

The width for a table field.

Returns:

  • (String)


27625
27626
27627
27628
27629
27630
27631
27632
27633
# File 'lib/aws-sdk-quicksight/types.rb', line 27625

class TableFieldOption < Struct.new(
  :field_id,
  :width,
  :custom_label,
  :visibility,
  :url_styling)
  SENSITIVE = []
  include Aws::Structure
end