Class: Aws::QuickSight::Types::TableFieldCustomIconContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableFieldCustomIconContent
- 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
-
#icon ⇒ String
The icon set type (link) of the custom icon content for table URL link content.
Instance Attribute Details
#icon ⇒ String
The icon set type (link) of the custom icon content for table URL link content.
29861 29862 29863 29864 29865 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29861 class TableFieldCustomIconContent < Struct.new( :icon) SENSITIVE = [] include Aws::Structure end |