Get Component Result
data class GetComponentResult(val arn: String, val changeDescription: String, val data: String, val dateCreated: String, val description: String, val encrypted: Boolean, val id: String, val kmsKeyId: String, val name: String, val owner: String, val platform: String, val supportedOsVersions: List<String>, val tags: Map<String, String>, val type: String, val version: String)
A collection of values returned by getComponent.
Constructors
Link copied to clipboard
fun GetComponentResult(arn: String, changeDescription: String, data: String, dateCreated: String, description: String, encrypted: Boolean, id: String, kmsKeyId: String, name: String, owner: String, platform: String, supportedOsVersions: List<String>, tags: Map<String, String>, type: String, version: String)