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

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


41025
41026
41027
41028
41029
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41025

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