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