GetTemplatesResult

data class GetTemplatesResult(val id: String, val region: String, val templates: List<GetTemplatesTemplate>? = null)

A collection of values returned by getTemplates.

Constructors

Link copied to clipboard
constructor(id: String, region: String, templates: List<GetTemplatesTemplate>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

AWS Region to which the template applies.

Link copied to clipboard

A list of quota increase templates for specified region. See templates.