Class: Aws::Glue::Types::GetTablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetTablesResponse
- 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, present if the current list segment is not the last.
-
#table_list ⇒ Array<Types::Table>
A list of the requested
Table
objects.
Instance Attribute Details
#next_token ⇒ String
A continuation token, present if the current list segment is not the last.
12462 12463 12464 12465 12466 12467 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12462 class GetTablesResponse < Struct.new( :table_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#table_list ⇒ Array<Types::Table>
A list of the requested Table
objects.
12462 12463 12464 12465 12466 12467 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12462 class GetTablesResponse < Struct.new( :table_list, :next_token) SENSITIVE = [] include Aws::Structure end |