Class: Aws::QuickSight::Types::TableFieldLinkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableFieldLinkConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The link configuration of a table field URL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::TableFieldLinkContentConfiguration
The URL content (text, icon) for the table link configuration.
-
#target ⇒ String
The URL target (new tab, new window, same tab) for the table link configuration.
Instance Attribute Details
#content ⇒ Types::TableFieldLinkContentConfiguration
The URL content (text, icon) for the table link configuration.
29916 29917 29918 29919 29920 29921 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29916 class TableFieldLinkConfiguration < Struct.new( :target, :content) SENSITIVE = [] include Aws::Structure end |
#target ⇒ String
The URL target (new tab, new window, same tab) for the table link configuration.
29916 29917 29918 29919 29920 29921 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29916 class TableFieldLinkConfiguration < Struct.new( :target, :content) SENSITIVE = [] include Aws::Structure end |