Class: Aws::QuickSight::Types::TableFieldCustomIconContent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The custom icon content for the table link content configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iconString

The icon set type (link) of the custom icon content for table URL link content.

Returns:

  • (String)


27868
27869
27870
27871
27872
# File 'lib/aws-sdk-quicksight/types.rb', line 27868

class TableFieldCustomIconContent < Struct.new(
  :icon)
  SENSITIVE = []
  include Aws::Structure
end