GetTemplatesPlainArgs

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

A collection of arguments for invoking getTemplates.

Constructors

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

Properties

Link copied to clipboard

AWS Region to which the quota increases apply.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetTemplatesPlainArgs