NAME
Paws::Signer::SigningProfile
USAGE
This 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
DESCRIPTION
Contains information about the ACM certificates and code signing configuration parameters that can be used by a given code signing user.
ATTRIBUTES
Arn => Str
The Amazon Resource Name (ARN) for the signing profile.
PlatformDisplayName => Str
The name of the signing platform.
PlatformId => Str
The ID of a platform that is available for use by a signing profile.
ProfileName => Str
The name of the signing profile.
ProfileVersion => Str
The version of a signing profile.
ProfileVersionArn => Str
The ARN of a signing profile, including the profile version.
SignatureValidityPeriod => Paws::Signer::SignatureValidityPeriod
The validity period for a signing job created using this signing profile.
SigningMaterial => Paws::Signer::SigningMaterial
The ACM certificate that is available for use by a signing profile.
SigningParameters => Paws::Signer::SigningParameters
The parameters that are available for use by a code signing user.
Status => Str
The status of a code signing profile.
Tags => Paws::Signer::TagMap
A list of tags associated with the signing profile.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Signer
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues