Class: Aws::Kafka::Types::ListClusterOperationsV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListClusterOperationsV2Request
- 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
3155 3156 3157 3158 3159 3160 3161 |
# File 'lib/aws-sdk-kafka/types.rb', line 3155 class ListClusterOperationsV2Request < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
3155 3156 3157 3158 3159 3160 3161 |
# File 'lib/aws-sdk-kafka/types.rb', line 3155 class ListClusterOperationsV2Request < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3155 3156 3157 3158 3159 3160 3161 |
# File 'lib/aws-sdk-kafka/types.rb', line 3155 class ListClusterOperationsV2Request < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |