Class: Aws::AppMesh::Types::DeleteMeshOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::DeleteMeshOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appmesh/types.rb
 
Overview
<zonbook />
<xhtml />
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #mesh  ⇒ Types::MeshData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service mesh that was deleted.
 
Instance Attribute Details
#mesh ⇒ Types::MeshData
The service mesh that was deleted.
      829 830 831 832 833  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 829 class DeleteMeshOutput < Struct.new( :mesh) SENSITIVE = [] include Aws::Structure end  |