Class: Aws::AppMesh::Types::VirtualRouterStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appmesh/types.rb

Overview

An object that represents the status of a virtual router.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status of the virtual router.

Returns:

  • (String)


2188
2189
2190
2191
# File 'lib/aws-sdk-appmesh/types.rb', line 2188

class VirtualRouterStatus < Struct.new(
  :status)
  include Aws::Structure
end