Class: Aws::Types::ListConfiguredTablesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_summaries::Array[Types::ConfiguredTableSummary]

Returns the value of attribute configured_table_summaries.

Returns:



2110
2111
2112
# File 'sig/types.rbs', line 2110

def configured_table_summaries
  @configured_table_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def next_token
  @next_token
end