Class: Aws::AppMesh::Types::UpdateVirtualServiceOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::UpdateVirtualServiceOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appmesh/types.rb
 
Overview
<zonbook />
<xhtml />
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #virtual_service  ⇒ Types::VirtualServiceData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A full description of the virtual service that was updated.
 
Instance Attribute Details
#virtual_service ⇒ Types::VirtualServiceData
A full description of the virtual service that was updated.
      4875 4876 4877 4878 4879  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 4875 class UpdateVirtualServiceOutput < Struct.new( :virtual_service) SENSITIVE = [] include Aws::Structure end  |