GetStateMachineVersionResult

data class GetStateMachineVersionResult(val arn: String? = null, val description: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .

Link copied to clipboard
val description: String? = null

An optional description of the state machine version.