GetPublicTypeVersionResult

data class GetPublicTypeVersionResult(val publicTypeArn: String? = null, val publisherId: String? = null, val typeVersionArn: String? = null)

Constructors

Link copied to clipboard
constructor(publicTypeArn: String? = null, publisherId: String? = null, typeVersionArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val publicTypeArn: String? = null

The Amazon Resource Number (ARN) assigned to the public extension upon publication

Link copied to clipboard
val publisherId: String? = null

The reserved publisher id for this type, or the publisher id assigned by CloudFormation for publishing in this region.

Link copied to clipboard
val typeVersionArn: String? = null

The Amazon Resource Number (ARN) of the extension with the versionId.