Class: Aws::AppMesh::Types::VirtualNodeStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualNodeStatus
- Includes:
- Structure
- Defined in:
- 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.
5962 5963 5964 5965 5966 |
# File 'lib/aws-sdk-appmesh/types.rb', line 5962 class VirtualNodeStatus < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |