public abstract class org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.vault.aws.AWSCredentials extends java.lang.Object
{
public org.finos.legend.engine.protocol.pure.v.model.SourceInformation sourceInformation;
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.vault.aws.AWSCredentials v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.vault.aws.AWSCredentials;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public abstract java.lang.String shortId();
public abstract java.lang.Object accept(org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.vault.aws.AWSCredentialsVisitor);
}