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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



27574
27575
27576
27577
27578
27579
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27574

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)


27574
27575
27576
27577
27578
27579
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27574

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