Class: Aws::Honeycode::Types::Table

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

Overview

An object representing the properties of a table in a workbook.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_idString

The id of the table.

Returns:

  • (String)


1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1463

class Table < Struct.new(
  :table_id,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table.

Returns:

  • (String)


1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1463

class Table < Struct.new(
  :table_id,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end