Get Service Template Result
data class GetServiceTemplateResult(val arn: String? = null, val description: String? = null, val displayName: String? = null, val tags: List<ServiceTemplateTag>? = null)
Constructors
Link copied to clipboard
fun GetServiceTemplateResult(arn: String? = null, description: String? = null, displayName: String? = null, tags: List<ServiceTemplateTag>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
An optional list of metadata items that you can associate with the Proton service template. A tag is a key-value pair.
For more information, see Proton resources and tagging in the Proton User Guide.