Class: Aws::AppMesh::Types::VirtualNodeData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualNodeData
- Defined in:
- gems/aws-sdk-appmesh/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.
9386 9387 9388 9389 9390 9391 9392 9393 9394 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 9386 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.
9386 9387 9388 9389 9390 9391 9392 9393 9394 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 9386 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.
9386 9387 9388 9389 9390 9391 9392 9393 9394 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 9386 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.
9386 9387 9388 9389 9390 9391 9392 9393 9394 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 9386 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.
9386 9387 9388 9389 9390 9391 9392 9393 9394 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 9386 class VirtualNodeData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_node_name) SENSITIVE = [] include Aws::Structure end |