Class: Aws::Kafka::Types::ListClustersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListClustersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_name_filter ⇒ String
2829 2830 2831 2832 2833 2834 2835 |
# File 'lib/aws-sdk-kafka/types.rb', line 2829 class ListClustersRequest < Struct.new( :cluster_name_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
2829 2830 2831 2832 2833 2834 2835 |
# File 'lib/aws-sdk-kafka/types.rb', line 2829 class ListClustersRequest < Struct.new( :cluster_name_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2829 2830 2831 2832 2833 2834 2835 |
# File 'lib/aws-sdk-kafka/types.rb', line 2829 class ListClustersRequest < Struct.new( :cluster_name_filter, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |