Class: Aws::QuickSight::Types::TableFieldImageConfiguration

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

Overview

The image configuration of a table field URL.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sizing_optionsTypes::TableCellImageSizingConfiguration

The sizing options for the table image configuration.



27555
27556
27557
27558
27559
# File 'lib/aws-sdk-quicksight/types.rb', line 27555

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