DescribeConnectorsResponse
public struct DescribeConnectorsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The configuration that is applied to the connectors used in the flow.
Declaration
Swift
public let connectorConfigurations: [ConnectorType : ConnectorConfiguration]? -
The pagination token for the next page of data.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(connectorConfigurations: [ConnectorType : ConnectorConfiguration]? = nil, nextToken: String? = nil)
View on GitHub
DescribeConnectorsResponse Structure Reference