Class: Aws::ServiceDiscovery::Types::UpdateServiceResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ServiceDiscovery::Types::UpdateServiceResponse
 
- Defined in:
- gems/aws-sdk-servicediscovery/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.
| 3764 3765 3766 3767 3768 | # File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3764 class UpdateServiceResponse < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |