Module: Aws::Connect::Client::_SearchViewsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchViewsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#approximate_total_count ⇒ ::Integer
4183 |
# File 'sig/client.rbs', line 4183
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
4182 |
# File 'sig/client.rbs', line 4182
def next_token: () -> ::String
|
#views ⇒ ::Array[Types::View]
4181 |
# File 'sig/client.rbs', line 4181
def views: () -> ::Array[Types::View]
|