Class: Aws::AppMesh::Types::VirtualNodeStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualNodeStatus
- 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
-
#status ⇒ String
The current status of the virtual node.
Instance Attribute Details
#status ⇒ String
The current status of the virtual node.
9872 9873 9874 9875 9876 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 9872 class VirtualNodeStatus < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |