Class: Aws::Kafka::Types::ListConfigurationRevisionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListConfigurationRevisionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#arn ⇒ String
2871 2872 2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-kafka/types.rb', line 2871 class ListConfigurationRevisionsRequest < Struct.new( :arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
2871 2872 2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-kafka/types.rb', line 2871 class ListConfigurationRevisionsRequest < Struct.new( :arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2871 2872 2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-kafka/types.rb', line 2871 class ListConfigurationRevisionsRequest < Struct.new( :arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |