InforNexusConnectorProfileCredentials

public struct InforNexusConnectorProfileCredentials : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Access Key portion of the credentials.

    Declaration

    Swift

    public let accessKeyId: String
  • The encryption keys used to encrypt data.

    Declaration

    Swift

    public let datakey: String
  • The secret key used to sign requests.

    Declaration

    Swift

    public let secretAccessKey: String
  • The identifier for the user.

    Declaration

    Swift

    public let userId: String
  • Undocumented

    Declaration

    Swift

    public init(accessKeyId: String, datakey: String, secretAccessKey: String, userId: String)
  • Declaration

    Swift

    public func validate(name: String) throws