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.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def configured_table_association_summaries @configured_table_association_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def next_token @next_token end |