DescribeConnectorProfilesRequest

public struct DescribeConnectorProfilesRequest : AWSShape
extension Appflow.DescribeConnectorProfilesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.

    Declaration

    Swift

    public let connectorProfileNames: [String]?
  • The type of connector, such as Salesforce, Amplitude, and so on.

    Declaration

    Swift

    public let connectorType: ConnectorType?
  • Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

    Declaration

    Swift

    public let maxResults: Int?
  • The pagination token for the next page of data.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(connectorProfileNames: [String]? = nil, connectorType: ConnectorType? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws