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

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


27519
27520
27521
27522
27523
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27519

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