Class: Aws::Types::ListConfiguredTableAssociationsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


2099
2100
2101
# File 'sig/types.rbs', line 2099

def next_token
  @next_token
end