Class: Aws::QuickSight::Types::TableCellImageSizingConfiguration

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

Overview

The sizing options for the table image configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_cell_image_scaling_configurationString

The cell scaling configuration of the sizing options for the table image configuration.

Returns:

  • (String)


28272
28273
28274
28275
28276
# File 'lib/aws-sdk-quicksight/types.rb', line 28272

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