Class: Aws::AppMesh::Types::MeshData
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::MeshData
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appmesh/types.rb
 
Overview
An object that represents a service mesh returned by a describe operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #mesh_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service mesh.
 - 
  
    
      #metadata  ⇒ Types::ResourceMetadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The associated metadata for the service mesh.
 - 
  
    
      #spec  ⇒ Types::MeshSpec 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The associated specification for the service mesh.
 - 
  
    
      #status  ⇒ Types::MeshStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the service mesh.
 
Instance Attribute Details
#mesh_name ⇒ String
The name of the service mesh.
      3630 3631 3632 3633 3634 3635 3636 3637  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 3630 class MeshData < Struct.new( :mesh_name, :metadata, :spec, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#metadata ⇒ Types::ResourceMetadata
The associated metadata for the service mesh.
      3630 3631 3632 3633 3634 3635 3636 3637  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 3630 class MeshData < Struct.new( :mesh_name, :metadata, :spec, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#spec ⇒ Types::MeshSpec
The associated specification for the service mesh.
      3630 3631 3632 3633 3634 3635 3636 3637  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 3630 class MeshData < Struct.new( :mesh_name, :metadata, :spec, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Types::MeshStatus
The status of the service mesh.
      3630 3631 3632 3633 3634 3635 3636 3637  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 3630 class MeshData < Struct.new( :mesh_name, :metadata, :spec, :status) SENSITIVE = [] include Aws::Structure end  |