Class: Aws::RedshiftDataAPIService::Types::ColumnMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb

Overview

The properties (metadata) of a column.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_defaultString

The default value of the column.

Returns:

  • (String)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#is_case_sensitiveBoolean

A value that indicates whether the column is case-sensitive.

Returns:

  • (Boolean)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#is_currencyBoolean

A value that indicates whether the column contains currency values.

Returns:

  • (Boolean)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#is_signedBoolean

A value that indicates whether an integer column is signed.

Returns:

  • (Boolean)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#labelString

The label for the column.

Returns:

  • (String)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#lengthInteger

The length of the column.

Returns:

  • (Integer)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the column.

Returns:

  • (String)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#nullableInteger

A value that indicates whether the column is nullable.

Returns:

  • (Integer)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#precisionInteger

The precision value of a decimal number column.

Returns:

  • (Integer)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#scaleInteger

The scale value of a decimal number column.

Returns:

  • (Integer)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema that contains the table that includes the column.

Returns:

  • (String)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table that includes the column.

Returns:

  • (String)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The database-specific data type of the column.

Returns:

  • (String)


250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 250

class ColumnMetadata < Struct.new(
  :column_default,
  :is_case_sensitive,
  :is_currency,
  :is_signed,
  :label,
  :length,
  :name,
  :nullable,
  :precision,
  :scale,
  :schema_name,
  :table_name,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end