Class: Aws::Kafka::Types::ListClusterOperationsRequest

Inherits:
Struct
  • Object
show all
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_arnString

Returns:

  • (String)


2204
2205
2206
2207
2208
2209
2210
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2204

class ListClusterOperationsRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Returns:

  • (Integer)


2204
2205
2206
2207
2208
2209
2210
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2204

class ListClusterOperationsRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


2204
2205
2206
2207
2208
2209
2210
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2204

class ListClusterOperationsRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end