Class: Aws::Kafka::Types::ListVpcConnectionsRequest

Inherits:
Struct
  • Object
show all
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_resultsInteger

Returns:

  • (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_tokenString

Returns:

  • (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