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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



28577
28578
28579
28580
28581
28582
# File 'lib/aws-sdk-quicksight/types.rb', line 28577

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)


28577
28578
28579
28580
28581
28582
# File 'lib/aws-sdk-quicksight/types.rb', line 28577

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