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
3970 |
# File 'sig/client.rbs', line 3970
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
3969 |
# File 'sig/client.rbs', line 3969
def next_token: () -> ::String
|
#notifications ⇒ ::Array[Types::NotificationSearchSummary]
3968 |
# File 'sig/client.rbs', line 3968
def notifications: () -> ::Array[Types::NotificationSearchSummary]
|