Class: Aws::QuickSight::Types::ColumnGroupColumnSchema

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

Overview

A structure describing the name, data type, and geographic role of the columns.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the column group’s column schema.

Returns:

  • (String)


5308
5309
5310
5311
5312
# File 'lib/aws-sdk-quicksight/types.rb', line 5308

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