Class: Aws::ServiceDiscovery::Types::CreateHttpNamespaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::CreateHttpNamespaceResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
A value that you can use to determine whether the request completed successfully.
Instance Attribute Details
#operation_id ⇒ String
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
61 62 63 64 65 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 61 class CreateHttpNamespaceResponse < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |