Class: Aws::Kafka::Types::ListClusterOperationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListClusterOperationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_arn ⇒ String
2223 2224 2225 2226 2227 2228 2229 |
# File 'lib/aws-sdk-kafka/types.rb', line 2223 class ListClusterOperationsRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
2223 2224 2225 2226 2227 2228 2229 |
# File 'lib/aws-sdk-kafka/types.rb', line 2223 class ListClusterOperationsRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2223 2224 2225 2226 2227 2228 2229 |
# File 'lib/aws-sdk-kafka/types.rb', line 2223 class ListClusterOperationsRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |