Class: Aws::ServiceDiscovery::Types::CreatePrivateDnsNamespaceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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].

[1]: docs.aws.amazon.com/cloud-map/latest/api/API_GetOperation.html

Returns:

  • (String)


129
130
131
132
133
# File 'lib/aws-sdk-servicediscovery/types.rb', line 129

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