SsmExecutionArn

data class SsmExecutionArn(val value: String) : AutomationExecution

The Amazon Resource Name (ARN) of the automation process.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this AutomationExecution as a SsmExecutionArn and retrieves its kotlin.String value. Throws an exception if the AutomationExecution is not a SsmExecutionArn.

Link copied to clipboard

Casts this AutomationExecution as a SsmExecutionArn and retrieves its kotlin.String value. Returns null if the AutomationExecution is not a SsmExecutionArn.