Class: Aws::Kafka::Types::ListClustersRequest

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

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2810

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

#max_resultsInteger

Returns:

  • (Integer)


2810
2811
2812
2813
2814
2815
2816
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2810

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

#next_tokenString

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2810

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