GetGroupPlainArgs

data class GetGroupPlainArgs(val name: String) : ConvertibleToJava<GetGroupPlainArgs>

A collection of arguments for invoking getGroup.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Specify the exact name of the desired autoscaling group.

Functions

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