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

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


3541
3542
3543
3544
3545
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3541

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