GetSessionContextPlainArgs

data class GetSessionContextPlainArgs(val arn: String) : ConvertibleToJava<GetSessionContextPlainArgs>

A collection of arguments for invoking getSessionContext.

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

ARN for an assumed role.

Functions

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