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)


4413
4414
4415
4416
4417
# File 'lib/aws-sdk-quicksight/types.rb', line 4413

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