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

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

The sizing options for the table image configuration.



44290
44291
44292
44293
44294
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 44290

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