ListConfigurationsResponse
public struct ListConfigurationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of MSK configurations.
Declaration
Swift
public let configurations: [Configuration]?
-
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.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(configurations: [Configuration]? = nil, nextToken: String? = nil)