Class: Aws::QuickSight::Types::TableStyleTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableStyleTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The table style target.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cell_type ⇒ String
The cell type of the table style target.
Instance Attribute Details
#cell_type ⇒ String
The cell type of the table style target.
30208 30209 30210 30211 30212 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30208 class TableStyleTarget < Struct.new( :cell_type) SENSITIVE = [] include Aws::Structure end |