|
NAMEPaws::Signer::SigningProfile USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Signer::SigningProfile object: $service_obj->Method(Att1 => { Arn => $value, ..., Tags => $value });
Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Signer::SigningProfile object: $result = $service_obj->Method(...); $result->Att1->Arn DESCRIPTIONContains information about the ACM certificates and code signing configuration parameters that can be used by a given code signing user. ATTRIBUTESArn => StrThe Amazon Resource Name (ARN) for the signing profile. PlatformDisplayName => StrThe name of the signing platform. PlatformId => StrThe ID of a platform that is available for use by a signing profile. ProfileName => StrThe name of the signing profile. ProfileVersion => StrThe version of a signing profile. ProfileVersionArn => StrThe ARN of a signing profile, including the profile version. SignatureValidityPeriod => Paws::Signer::SignatureValidityPeriodThe validity period for a signing job created using this signing profile. SigningMaterial => Paws::Signer::SigningMaterialThe ACM certificate that is available for use by a signing profile. SigningParameters => Paws::Signer::SigningParametersThe parameters that are available for use by a code signing user. Status => StrThe status of a code signing profile. Tags => Paws::Signer::TagMapA list of tags associated with the signing profile. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Signer BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|