Method: Aws::AppMesh::Types::VirtualRouterStatus#status

Defined in:
lib/aws-sdk-appmesh/types.rb

#statusString

The current status of the virtual router.

Returns:

  • (String)


6136
6137
6138
6139
6140
# File 'lib/aws-sdk-appmesh/types.rb', line 6136

class VirtualRouterStatus < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end