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
2242 2243 2244 2245 2246 2247 2248 |
# File 'lib/aws-sdk-kafka/types.rb', line 2242 class ListClusterOperationsV2Request < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
2242 2243 2244 2245 2246 2247 2248 |
# File 'lib/aws-sdk-kafka/types.rb', line 2242 class ListClusterOperationsV2Request < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2242 2243 2244 2245 2246 2247 2248 |
# File 'lib/aws-sdk-kafka/types.rb', line 2242 class ListClusterOperationsV2Request < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |