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

Class: Aws::Route53Domains::Types::OperationSummary

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

Overview

OperationSummary includes the following elements.

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

Identifier returned to track the requested action.

Returns:

  • (String)

    Identifier returned to track the requested action.

#statusString

The current status of the requested operation in the system.

Possible values:

  • SUBMITTED
  • IN_PROGRESS
  • ERROR
  • SUCCESSFUL
  • FAILED

Returns:

  • (String)

    The current status of the requested operation in the system.

#submitted_dateTime

The date when the request was submitted.

Returns:

  • (Time)

    The date when the request was submitted.

#typeString

Type of the action requested.

Possible values:

  • REGISTER_DOMAIN
  • DELETE_DOMAIN
  • TRANSFER_IN_DOMAIN
  • UPDATE_DOMAIN_CONTACT
  • UPDATE_NAMESERVER
  • CHANGE_PRIVACY_PROTECTION
  • DOMAIN_LOCK
  • ENABLE_AUTORENEW
  • DISABLE_AUTORENEW
  • ADD_DNSSEC
  • REMOVE_DNSSEC
  • EXPIRE_DOMAIN
  • TRANSFER_OUT_DOMAIN
  • CHANGE_DOMAIN_OWNER
  • RENEW_DOMAIN
  • PUSH_DOMAIN
  • INTERNAL_TRANSFER_OUT_DOMAIN
  • INTERNAL_TRANSFER_IN_DOMAIN

Returns:

  • (String)

    Type of the action requested.