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
- Struct
- Aws::Route53Domains::Types::OperationSummary
- Defined in:
- (unknown)
Overview
OperationSummary includes the following elements.
Instance Attribute Summary collapse
-
#operation_id ⇒ String
Identifier returned to track the requested action.
-
#status ⇒ String
The current status of the requested operation in the system.
-
#submitted_date ⇒ Time
The date when the request was submitted.
-
#type ⇒ String
Type of the action requested.
Instance Attribute Details
#operation_id ⇒ String
Identifier returned to track the requested action.
#status ⇒ String
The current status of the requested operation in the system.
Possible values:
- SUBMITTED
- IN_PROGRESS
- ERROR
- SUCCESSFUL
- FAILED
#submitted_date ⇒ Time
The date when the request was submitted.
#type ⇒ String
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