Class: Aws::Kafka::Types::ListClientVpcConnectionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Request body for ListClientVpcConnections.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)


3105
3106
3107
3108
3109
3110
3111
# File 'lib/aws-sdk-kafka/types.rb', line 3105

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

#max_resultsInteger

Returns:

  • (Integer)


3105
3106
3107
3108
3109
3110
3111
# File 'lib/aws-sdk-kafka/types.rb', line 3105

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

#next_tokenString

Returns:

  • (String)


3105
3106
3107
3108
3109
3110
3111
# File 'lib/aws-sdk-kafka/types.rb', line 3105

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