Class: Aws::QuickSight::Types::TableFieldImageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableFieldImageConfiguration
- 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
-
#sizing_options ⇒ Types::TableCellImageSizingConfiguration
The sizing options for the table image configuration.
Instance Attribute Details
#sizing_options ⇒ Types::TableCellImageSizingConfiguration
The sizing options for the table image configuration.
29897 29898 29899 29900 29901 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29897 class TableFieldImageConfiguration < Struct.new( :sizing_options) SENSITIVE = [] include Aws::Structure end |