Class: Aws::Kafka::Types::ListClustersV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name_filterString

Specify a prefix of the names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.

Returns:

  • (String)


2294
2295
2296
2297
2298
2299
2300
2301
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2294

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

#cluster_type_filterString

Specify either PROVISIONED or SERVERLESS.

Returns:

  • (String)


2294
2295
2296
2297
2298
2299
2300
2301
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2294

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

#max_resultsInteger

The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.

Returns:

  • (Integer)


2294
2295
2296
2297
2298
2299
2300
2301
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2294

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

#next_tokenString

The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.

Returns:

  • (String)


2294
2295
2296
2297
2298
2299
2300
2301
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2294

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