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.
4396 4397 4398 4399 4400 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4396 class ColumnGroupColumnSchema < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |