GetActivityPlainArgs

data class GetActivityPlainArgs(val arn: String? = null, val name: String? = null) : ConvertibleToJava<GetActivityPlainArgs>

A collection of arguments for invoking getActivity.

Constructors

Link copied to clipboard
constructor(arn: String? = null, name: String? = null)

Properties

Link copied to clipboard
val arn: String? = null

ARN that identifies the activity.

Link copied to clipboard
val name: String? = null

Name that identifies the activity.

Functions

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