DescribeConnectorEntityRequest
public struct DescribeConnectorEntityRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The entity name for that connector.
Declaration
Swift
public let connectorEntityName: String -
The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.
Declaration
Swift
public let connectorProfileName: String? -
The type of connector application, such as Salesforce, Amplitude, and so on.
Declaration
Swift
public let connectorType: ConnectorType? -
Undocumented
Declaration
Swift
public init(connectorEntityName: String, connectorProfileName: String? = nil, connectorType: ConnectorType? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeConnectorEntityRequest Structure Reference