Class: Aws::QuickSight::Types::TableFieldCustomTextContent

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

Overview

The custom text content (value, font configuration) for the table link content configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#font_configurationTypes::FontConfiguration

The font configuration of the custom text content for the table URL link content.



27386
27387
27388
27389
27390
27391
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27386

class TableFieldCustomTextContent < Struct.new(
  :value,
  :font_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The string value of the custom text content for the table URL link content.

Returns:

  • (String)


27386
27387
27388
27389
27390
27391
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27386

class TableFieldCustomTextContent < Struct.new(
  :value,
  :font_configuration)
  SENSITIVE = []
  include Aws::Structure
end