Class: Aws::AppMesh::Types::VirtualNodeData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualNodeData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a virtual node returned by a describe operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mesh_name ⇒ String
The name of the service mesh that the virtual node resides in.
-
#metadata ⇒ Types::ResourceMetadata
The associated metadata for the virtual node.
-
#spec ⇒ Types::VirtualNodeSpec
The specifications of the virtual node.
-
#status ⇒ Types::VirtualNodeStatus
The current status for the virtual node.
-
#virtual_node_name ⇒ String
The name of the virtual node.
Instance Attribute Details
#mesh_name ⇒ String
The name of the service mesh that the virtual node resides in.
5773 5774 5775 5776 5777 5778 5779 5780 5781 |
# File 'lib/aws-sdk-appmesh/types.rb', line 5773 class VirtualNodeData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_node_name) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::ResourceMetadata
The associated metadata for the virtual node.
5773 5774 5775 5776 5777 5778 5779 5780 5781 |
# File 'lib/aws-sdk-appmesh/types.rb', line 5773 class VirtualNodeData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_node_name) SENSITIVE = [] include Aws::Structure end |
#spec ⇒ Types::VirtualNodeSpec
The specifications of the virtual node.
5773 5774 5775 5776 5777 5778 5779 5780 5781 |
# File 'lib/aws-sdk-appmesh/types.rb', line 5773 class VirtualNodeData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_node_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::VirtualNodeStatus
The current status for the virtual node.
5773 5774 5775 5776 5777 5778 5779 5780 5781 |
# File 'lib/aws-sdk-appmesh/types.rb', line 5773 class VirtualNodeData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_node_name) SENSITIVE = [] include Aws::Structure end |
#virtual_node_name ⇒ String
The name of the virtual node.
5773 5774 5775 5776 5777 5778 5779 5780 5781 |
# File 'lib/aws-sdk-appmesh/types.rb', line 5773 class VirtualNodeData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_node_name) SENSITIVE = [] include Aws::Structure end |