Module: Aws::Connect::Client::_SearchNotificationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchNotificationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #next_token ⇒ ::String
- #notifications ⇒ ::Array[Types::NotificationSearchSummary]
Instance Method Details
#approximate_total_count ⇒ ::Integer
4001 |
# File 'sig/client.rbs', line 4001
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
4000 |
# File 'sig/client.rbs', line 4000
def next_token: () -> ::String
|
#notifications ⇒ ::Array[Types::NotificationSearchSummary]
3999 |
# File 'sig/client.rbs', line 3999
def notifications: () -> ::Array[Types::NotificationSearchSummary]
|