Class: Aws::Types::ListConfiguredTableAssociationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListConfiguredTableAssociationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_table_association_summaries ⇒ ::Array[Types::ConfiguredTableAssociationSummary]
Returns the value of attribute configured_table_association_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configured_table_association_summaries ⇒ ::Array[Types::ConfiguredTableAssociationSummary]
Returns the value of attribute configured_table_association_summaries.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def configured_table_association_summaries @configured_table_association_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def next_token @next_token end |