Class: Aws::Types::DescribeTableResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTableResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_list ⇒ ::Array[Types::ColumnMetadata]
Returns the value of attribute column_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#column_list ⇒ ::Array[Types::ColumnMetadata]
Returns the value of attribute column_list.
147 148 149 |
# File 'sig/types.rbs', line 147 def column_list @column_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
148 149 150 |
# File 'sig/types.rbs', line 148 def next_token @next_token end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
146 147 148 |
# File 'sig/types.rbs', line 146 def table_name @table_name end |