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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name_filterString

Returns:

  • (String)


2993
2994
2995
2996
2997
2998
2999
# File 'lib/aws-sdk-kafka/types.rb', line 2993

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

#max_resultsInteger

Returns:

  • (Integer)


2993
2994
2995
2996
2997
2998
2999
# File 'lib/aws-sdk-kafka/types.rb', line 2993

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

#next_tokenString

Returns:

  • (String)


2993
2994
2995
2996
2997
2998
2999
# File 'lib/aws-sdk-kafka/types.rb', line 2993

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