TransferData

Data used to transfer a certificate to an Amazon Web Services account.

Types

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

Properties

Link copied to clipboard
val acceptDate: <Error class: unknown class>?

The date the transfer was accepted.

Link copied to clipboard
val rejectDate: <Error class: unknown class>?

The date the transfer was rejected.

Link copied to clipboard

The reason why the transfer was rejected.

Link copied to clipboard
val transferDate: <Error class: unknown class>?

The date the transfer took place.

Link copied to clipboard

The transfer message.

Functions

Link copied to clipboard
inline fun copy(block: TransferData.Builder.() -> Unit = {}): TransferData
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