GetInstanceProfilePlainArgs

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

A collection of arguments for invoking getInstanceProfile.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Friendly IAM instance profile name to match.

Functions

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