Class: Aws::CleanRoomsML::Types::ColumnSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ColumnSchema
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Metadata for a column.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_name ⇒ String
The name of a column.
-
#column_types ⇒ Array<String>
The data type of column.
Instance Attribute Details
#column_name ⇒ String
The name of a column.
715 716 717 718 719 720 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 715 class ColumnSchema < Struct.new( :column_name, :column_types) SENSITIVE = [] include Aws::Structure end |
#column_types ⇒ Array<String>
The data type of column.
715 716 717 718 719 720 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 715 class ColumnSchema < Struct.new( :column_name, :column_types) SENSITIVE = [] include Aws::Structure end |