Class: Aws::QuickSight::Types::TableFieldLinkContentConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#custom_icon_contentTypes::TableFieldCustomIconContent

The custom icon content for the table link content configuration.



27594
27595
27596
27597
27598
27599
# File 'lib/aws-sdk-quicksight/types.rb', line 27594

class TableFieldLinkContentConfiguration < Struct.new(
  :custom_text_content,
  :custom_icon_content)
  SENSITIVE = []
  include Aws::Structure
end

#custom_text_contentTypes::TableFieldCustomTextContent

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



27594
27595
27596
27597
27598
27599
# File 'lib/aws-sdk-quicksight/types.rb', line 27594

class TableFieldLinkContentConfiguration < Struct.new(
  :custom_text_content,
  :custom_icon_content)
  SENSITIVE = []
  include Aws::Structure
end