Class: Aws::AppMesh::Types::VirtualNodeStatus

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

Overview

An object that represents the current status of the virtual node.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status of the virtual node.

Returns:

  • (String)


879
880
881
882
# File 'lib/aws-sdk-appmesh/types.rb', line 879

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