SigningProfile constructor
SigningProfile({
- String? arn,
- String? platformDisplayName,
- String? platformId,
- String? profileName,
- String? profileVersion,
- String? profileVersionArn,
- SignatureValidityPeriod? signatureValidityPeriod,
- SigningMaterial? signingMaterial,
- Map<
String, String> ? signingParameters, - SigningProfileStatus? status,
- Map<
String, String> ? tags,
Implementation
SigningProfile({
this.arn,
this.platformDisplayName,
this.platformId,
this.profileName,
this.profileVersion,
this.profileVersionArn,
this.signatureValidityPeriod,
this.signingMaterial,
this.signingParameters,
this.status,
this.tags,
});