Class: Aws::Types::DescribeTableResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_list::Array[Types::ColumnMetadata]

Returns the value of attribute column_list.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def table_name
  @table_name
end