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

Class: Aws::Route53Domains::Types::GetOperationDetailRequest

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

Overview

Note:

When passing GetOperationDetailRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  operation_id: "OperationId", # required
}

The GetOperationDetail request includes the following element.

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

The identifier for the operation for which you want to get the status. Route 53 returned the identifier in the response to the original request.

Returns:

  • (String)

    The identifier for the operation for which you want to get the status.