Class: Aws::CleanRoomsML::Types::ColumnSchema

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#column_nameString

The name of a column.

Returns:

  • (String)


321
322
323
324
325
326
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 321

class ColumnSchema < Struct.new(
  :column_name,
  :column_types)
  SENSITIVE = []
  include Aws::Structure
end

#column_typesArray<String>

The data type of column.

Returns:

  • (Array<String>)


321
322
323
324
325
326
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 321

class ColumnSchema < Struct.new(
  :column_name,
  :column_types)
  SENSITIVE = []
  include Aws::Structure
end