Module: Aws::Connect::Client::_SearchQuickConnectsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchQuickConnectsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #next_token ⇒ ::String
- #quick_connects ⇒ ::Array[Types::QuickConnect]
Instance Method Details
#approximate_total_count ⇒ ::Integer
4070 |
# File 'sig/client.rbs', line 4070
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
4069 |
# File 'sig/client.rbs', line 4069
def next_token: () -> ::String
|
#quick_connects ⇒ ::Array[Types::QuickConnect]
4068 |
# File 'sig/client.rbs', line 4068
def quick_connects: () -> ::Array[Types::QuickConnect]
|