Class: Aws::QuickSight::Types::TableFieldCustomTextContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableFieldCustomTextContent
- 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
-
#font_configuration ⇒ Types::FontConfiguration
The font configuration of the custom text content for the table URL link content.
-
#value ⇒ String
The string value of the custom text content for the table URL link content.
Instance Attribute Details
#font_configuration ⇒ Types::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 |
#value ⇒ String
The string value 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 |