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.
3973 3974 3975 3976 3977 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3973 class ColumnGroupColumnSchema < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |