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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status of the virtual node.

Returns:

  • (String)


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

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