DescribeConnectorProfilesResponse
public struct DescribeConnectorProfilesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns information about the connector profiles associated with the flow.
Declaration
Swift
public let connectorProfileDetails: [ConnectorProfile]?
-
The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(connectorProfileDetails: [ConnectorProfile]? = nil, nextToken: String? = nil)