Class: Aws::Honeycode::Types::TableColumn

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

Overview

An object that contains attributes about a single column in a table

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.

Returns:

  • (String)


1488
1489
1490
1491
1492
1493
1494
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1488

class TableColumn < Struct.new(
  :table_column_id,
  :table_column_name,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#table_column_idString

The id of the column in the table.

Returns:

  • (String)


1488
1489
1490
1491
1492
1493
1494
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1488

class TableColumn < Struct.new(
  :table_column_id,
  :table_column_name,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#table_column_nameString

The name of the column in the table.

Returns:

  • (String)


1488
1489
1490
1491
1492
1493
1494
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1488

class TableColumn < Struct.new(
  :table_column_id,
  :table_column_name,
  :format)
  SENSITIVE = []
  include Aws::Structure
end