Class: Aws::AppMesh::Types::CreateVirtualServiceOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::CreateVirtualServiceOutput
 
 
- 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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full description of your virtual service following the create call.
 
Instance Attribute Details
#virtual_service ⇒ Types::VirtualServiceData
The full description of your virtual service following the create call.
      751 752 753 754 755  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 751 class CreateVirtualServiceOutput < Struct.new( :virtual_service) SENSITIVE = [] include Aws::Structure end  |