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.
10084 10085 10086 10087 10088 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 10084 class VirtualRouterStatus < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |