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
4039 |
# File 'sig/client.rbs', line 4039
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
4038 |
# File 'sig/client.rbs', line 4038
def next_token: () -> ::String
|
#quick_connects ⇒ ::Array[Types::QuickConnect]
4037 |
# File 'sig/client.rbs', line 4037
def quick_connects: () -> ::Array[Types::QuickConnect]
|