Class: Aws::QuickSight::Types::ColumnGroupColumnSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnGroupColumnSchema
- 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
-
#name ⇒ String
The name of the column group’s column schema.
Instance Attribute Details
#name ⇒ String
The name of the column group’s column schema.
6598 6599 6600 6601 6602 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6598 class ColumnGroupColumnSchema < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |