Method: Aws::AppMesh::Types::VirtualNodeStatus#status

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

#statusString

The current status of the virtual node.

Returns:

  • (String)


5962
5963
5964
5965
5966
# File 'lib/aws-sdk-appmesh/types.rb', line 5962

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