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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb

Overview

The GetOperationDetail request includes the following element.

Constant Summary collapse

SENSITIVE =
[]

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)


1769
1770
1771
1772
1773
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1769

class GetOperationDetailRequest < Struct.new(
  :operation_id)
  SENSITIVE = []
  include Aws::Structure
end