Module: Aws::Kafka::Client::_ListVpcConnectionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListVpcConnectionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
697 |
# File 'sig/client.rbs', line 697
def next_token: () -> ::String
|
#vpc_connections ⇒ ::Array[Types::VpcConnection]
698 |
# File 'sig/client.rbs', line 698
def vpc_connections: () -> ::Array[Types::VpcConnection]
|