Class: Aws::Glue::Types::GetTableVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetTableVersionsResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, if the list of available versions does not include the last one.
-
#table_versions ⇒ Array<Types::TableVersion>
A list of strings identifying available versions of the specified table.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if the list of available versions does not include the last one.
14061 14062 14063 14064 14065 14066 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14061 class GetTableVersionsResponse < Struct.new( :table_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#table_versions ⇒ Array<Types::TableVersion>
A list of strings identifying available versions of the specified table.
14061 14062 14063 14064 14065 14066 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14061 class GetTableVersionsResponse < Struct.new( :table_versions, :next_token) SENSITIVE = [] include Aws::Structure end |