ChangeInfo

A complex type that describes change information about changes made to your hosted zone.

Types

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

Properties

Link copied to clipboard

A comment you can provide.

Link copied to clipboard
val id: String

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

Link copied to clipboard

The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

Link copied to clipboard

The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

Functions

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