GetPackageGroupResult

data class GetPackageGroupResult(val arn: String? = null, val contactInfo: String? = null, val description: String? = null, val domainOwner: String? = null, val originConfiguration: PackageGroupOriginConfiguration? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, contactInfo: String? = null, description: String? = null, domainOwner: String? = null, originConfiguration: PackageGroupOriginConfiguration? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the package group.

Link copied to clipboard
val contactInfo: String? = null

The contact info of the package group.

Link copied to clipboard
val description: String? = null

The text description of the package group.

Link copied to clipboard
val domainOwner: String? = null

The 12-digit account ID of the AWS account that owns the domain.

Link copied to clipboard

The package origin configuration of the package group.

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

An array of key-value pairs to apply to the package group.