Class: Aws::AppMesh::Types::VirtualServiceStatus
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppMesh::Types::VirtualServiceStatus
 
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
An object that represents the status of a virtual service.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current status of the virtual service. 
Instance Attribute Details
#status ⇒ String
The current status of the virtual service.
| 6318 6319 6320 6321 6322 | # File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6318 class VirtualServiceStatus < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |