Class: Aws::Types::GetTableVersionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4164
4165
4166
# File 'sig/types.rbs', line 4164

def next_token
  @next_token
end

#table_versions::Array[Types::TableVersion]

Returns the value of attribute table_versions.

Returns:



4163
4164
4165
# File 'sig/types.rbs', line 4163

def table_versions
  @table_versions
end