Class: Aws::Types::ListIntermediateTablesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListIntermediateTablesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intermediate_table_summaries ⇒ ::Array[Types::IntermediateTableSummary]
Returns the value of attribute intermediate_table_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#intermediate_table_summaries ⇒ ::Array[Types::IntermediateTableSummary]
Returns the value of attribute intermediate_table_summaries.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def intermediate_table_summaries @intermediate_table_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def next_token @next_token end |