AlternateContact

A structure that contains the details of an alternate contact associated with an Amazon Web Services account

Types

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

Properties

Link copied to clipboard

The type of alternate contact.

Link copied to clipboard

The email address associated with this alternate contact.

Link copied to clipboard
val name: String?

The name associated with this alternate contact.

Link copied to clipboard

The phone number associated with this alternate contact.

Link copied to clipboard

The title associated with this alternate contact.

Functions

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