SourceCredentialsInfo constructor
SourceCredentialsInfo({
- String? arn,
- AuthType? authType,
- ServerType? serverType,
Implementation
SourceCredentialsInfo({
this.arn,
this.authType,
this.serverType,
});