Class: Aws::QuickSight::Types::TableFieldLinkContentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableFieldLinkContentConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The URL content (text, icon) for the table link configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_icon_content ⇒ Types::TableFieldCustomIconContent
The custom icon content for the table link content configuration.
-
#custom_text_content ⇒ Types::TableFieldCustomTextContent
The custom text content (value, font configuration) for the table link content configuration.
Instance Attribute Details
#custom_icon_content ⇒ Types::TableFieldCustomIconContent
The custom icon content for the table link content configuration.
29936 29937 29938 29939 29940 29941 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29936 class TableFieldLinkContentConfiguration < Struct.new( :custom_text_content, :custom_icon_content) SENSITIVE = [] include Aws::Structure end |
#custom_text_content ⇒ Types::TableFieldCustomTextContent
The custom text content (value, font configuration) for the table link content configuration.
29936 29937 29938 29939 29940 29941 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29936 class TableFieldLinkContentConfiguration < Struct.new( :custom_text_content, :custom_icon_content) SENSITIVE = [] include Aws::Structure end |