Class: Aws::Honeycode::Types::Table
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::Table
- Includes:
- Structure
- Defined in:
- 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
-
#table_id ⇒ String
The id of the table.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#table_id ⇒ String
The id of the table.
1463 1464 1465 1466 1467 1468 |
# File 'lib/aws-sdk-honeycode/types.rb', line 1463 class Table < Struct.new( :table_id, :table_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
1463 1464 1465 1466 1467 1468 |
# File 'lib/aws-sdk-honeycode/types.rb', line 1463 class Table < Struct.new( :table_id, :table_name) SENSITIVE = [] include Aws::Structure end |