Class: Aws::Kafka::Types::ListClusterOperationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListClusterOperationsRequest
- 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_arn ⇒ String
1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1684 class ListClusterOperationsRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1684 class ListClusterOperationsRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1684 1685 1686 1687 1688 1689 1690 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1684 class ListClusterOperationsRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |