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
3226 3227 3228 3229 3230 3231 |
# File 'lib/aws-sdk-kafka/types.rb', line 3226 class ListConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3226 3227 3228 3229 3230 3231 |
# File 'lib/aws-sdk-kafka/types.rb', line 3226 class ListConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |