Class: Aws::BCMDataExports::Types::ListTablesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


517
518
519
520
521
522
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 517

class ListTablesResponse < Struct.new(
  :next_token,
  :tables)
  SENSITIVE = []
  include Aws::Structure
end

#tablesArray<Types::Table>

The list of tables.

Returns:



517
518
519
520
521
522
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 517

class ListTablesResponse < Struct.new(
  :next_token,
  :tables)
  SENSITIVE = []
  include Aws::Structure
end