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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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