Class: Aws::Types::ListConfiguredTablesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListConfiguredTablesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_table_summaries ⇒ ::Array[Types::ConfiguredTableSummary]
Returns the value of attribute configured_table_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configured_table_summaries ⇒ ::Array[Types::ConfiguredTableSummary]
Returns the value of attribute configured_table_summaries.
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.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def next_token @next_token end |