SigningJobSignedObjectS3

data class SigningJobSignedObjectS3(val bucket: String? = null, val key: String? = null)

Constructors

Link copied to clipboard
constructor(bucket: String? = null, key: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucket: String? = null
Link copied to clipboard
val key: String? = null

Key name of the object that contains your unsigned code.