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