Class: Aws::Kafka::Types::ListConfigurationRevisionsRequest

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

#arnString

Returns:

  • (String)


2852
2853
2854
2855
2856
2857
2858
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2852

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

#max_resultsInteger

Returns:

  • (Integer)


2852
2853
2854
2855
2856
2857
2858
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2852

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

#next_tokenString

Returns:

  • (String)


2852
2853
2854
2855
2856
2857
2858
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2852

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