GetConnectorsResponse
public struct GetConnectorsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the registered connectors.
Declaration
Swift
public let connectorList: [Connector]?
-
The token required to retrieve the next set of results. This value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(connectorList: [Connector]? = nil, nextToken: String? = nil)