Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::ChangeInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

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

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

Returns:

  • (String)

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

#idString

The ID of the request.

Returns:

  • (String)

    The ID of the request.

#statusString

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

Possible values:

  • PENDING
  • INSYNC

Returns:

  • (String)

    The current state of the request.

#submitted_atTime

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.

Returns:

  • (Time)

    The date and time that the change request was submitted in [ISO 8601 format][1] and Coordinated Universal Time (UTC).