Module: Aws::Connect::Client::_SearchDataTablesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchDataTablesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #data_tables ⇒ ::Array[Types::DataTable]
- #next_token ⇒ ::String
Instance Method Details
#approximate_total_count ⇒ ::Integer
4081 |
# File 'sig/client.rbs', line 4081 def approximate_total_count: () -> ::Integer |
#data_tables ⇒ ::Array[Types::DataTable]
4079 |
# File 'sig/client.rbs', line 4079 def data_tables: () -> ::Array[Types::DataTable] |
#next_token ⇒ ::String
4080 |
# File 'sig/client.rbs', line 4080 def next_token: () -> ::String |