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)


314
315
316
317
318
319
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 314

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

#column_typesArray<String>

The data type of column.

Returns:

  • (Array<String>)


314
315
316
317
318
319
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 314

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