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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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)


3168
3169
3170
3171
3172
3173
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3168

class ListVpcConnectionsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


3168
3169
3170
3171
3172
3173
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3168

class ListVpcConnectionsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end