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
3980 |
# File 'sig/client.rbs', line 3980
def approximate_total_count: () -> ::Integer
|
#data_tables ⇒ ::Array[Types::DataTable]
3978 |
# File 'sig/client.rbs', line 3978
def data_tables: () -> ::Array[Types::DataTable]
|
#next_token ⇒ ::String
3979 |
# File 'sig/client.rbs', line 3979
def next_token: () -> ::String
|