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

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

Overview

Note:

When making an API call, you may pass ListClustersRequest data as a hash:

{
  cluster_name_filter: "__string",
  max_results: 1,
  next_token: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name_filterString

Returns:

  • (String)


488
489
490
491
492
493
# File 'lib/aws-sdk-kafka/types.rb', line 488

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

#max_resultsInteger

Returns:

  • (Integer)


488
489
490
491
492
493
# File 'lib/aws-sdk-kafka/types.rb', line 488

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

#next_tokenString

Returns:

  • (String)


488
489
490
491
492
493
# File 'lib/aws-sdk-kafka/types.rb', line 488

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