You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kafka::Types::ListConfigurationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The response contains an array of Configuration and a next token if the response is truncated.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#configurationsArray<Types::Configuration>

An array of MSK configurations.

Returns:

#next_tokenString

The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.

Returns:

  • (String)

    The paginated results marker.