Class: Aws::QuickSight::Types::TableStyleTarget

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

Overview

The table style target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cell_typeString

The cell type of the table style target.

Returns:

  • (String)


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