Method: Aws::AppMesh::Types::VirtualNodeStatus#status
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#status ⇒ String
The current status of the virtual node.
5962 5963 5964 5965 5966 |
# File 'lib/aws-sdk-appmesh/types.rb', line 5962 class VirtualNodeStatus < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |