Class: Aws::Kafka::Types::ListConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListConfigurationsRequest
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ Integer
2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2325 class ListConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2325 class ListConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |