S3SignedObject

The Amazon S3 bucket name and key where Signer saved your signed code image.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the S3 bucket.

Link copied to clipboard
val key: String?

Key name that uniquely identifies a signed code image in your bucket.

Functions

Link copied to clipboard
inline fun copy(block: S3SignedObject.Builder.() -> Unit = {}): S3SignedObject
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String