Class: Aws::Kafka::Types::ListConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ Integer
3070 3071 3072 3073 3074 3075 |
# File 'lib/aws-sdk-kafka/types.rb', line 3070 class ListConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3070 3071 3072 3073 3074 3075 |
# File 'lib/aws-sdk-kafka/types.rb', line 3070 class ListConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |