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
2906 2907 2908 2909 2910 2911 |
# File 'lib/aws-sdk-kafka/types.rb', line 2906 class ListConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2906 2907 2908 2909 2910 2911 |
# File 'lib/aws-sdk-kafka/types.rb', line 2906 class ListConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |