Class: Aws::Kafka::Types::ListVpcConnectionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListVpcConnectionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for ListVpcConnections.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ Integer
3187 3188 3189 3190 3191 3192 |
# File 'lib/aws-sdk-kafka/types.rb', line 3187 class ListVpcConnectionsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3187 3188 3189 3190 3191 3192 |
# File 'lib/aws-sdk-kafka/types.rb', line 3187 class ListVpcConnectionsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |