Package-level declarations

Types

Link copied to clipboard
data class GetDeploymentResult(val arn: String? = null, val createdAt: String? = null, val deletedAt: String? = null, val deploymentId: String? = null, val resourceGroup: String? = null, val status: DeploymentStatus? = null, val tags: List<Tag>? = null)