ReferenceArn

data class ReferenceArn(val value: String) : ReferenceItem

The reference's ARN.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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