Class: Aws::ServiceDiscovery::Types::RegisterInstanceResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.

Returns:

  • (String)


2207
2208
2209
2210
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2207

class RegisterInstanceResponse < Struct.new(
  :operation_id)
  include Aws::Structure
end