GetSigningProfileResult

data class GetSigningProfileResult(val arn: String? = null, val profileVersion: String? = null, val profileVersionArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, profileVersion: String? = null, profileVersionArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the specified signing profile.

Link copied to clipboard
val profileVersion: String? = null

A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.

Link copied to clipboard

The Amazon Resource Name (ARN) of the specified signing profile version.

Link copied to clipboard
val tags: List<Tag>? = null

A list of tags associated with the signing profile.