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