Method: Aws::AppMesh::Types::VirtualRouterStatus#status
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#status ⇒ String
The current status of the virtual router.
6136 6137 6138 6139 6140 |
# File 'lib/aws-sdk-appmesh/types.rb', line 6136 class VirtualRouterStatus < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |