Class: Aws::QuickSight::Types::TableFieldLinkConfiguration

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

Instance Attribute Details

#contentTypes::TableFieldLinkContentConfiguration

The URL content (text, icon) for the table link configuration.



28475
28476
28477
28478
28479
28480
# File 'lib/aws-sdk-quicksight/types.rb', line 28475

class TableFieldLinkConfiguration < Struct.new(
  :target,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

The URL target (new tab, new window, same tab) for the table link configuration.

Returns:

  • (String)


28475
28476
28477
28478
28479
28480
# File 'lib/aws-sdk-quicksight/types.rb', line 28475

class TableFieldLinkConfiguration < Struct.new(
  :target,
  :content)
  SENSITIVE = []
  include Aws::Structure
end