ListWorkflowAccessKeySecretKeysResult

data class ListWorkflowAccessKeySecretKeysResult(val primarySecretKey: String, val secondarySecretKey: String)

Constructors

Link copied to clipboard
constructor(primarySecretKey: String, secondarySecretKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the primary secret key.

Link copied to clipboard

Gets the secondary secret key.