Class: Aws::AppMesh::Types::VirtualNodeRef

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

Overview

An object representing a virtual node returned by a list operation.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The full Amazon Resource Name (ARN) for the virtual node.

Returns:

  • (String)


954
955
956
957
958
959
# File 'lib/aws-sdk-appmesh/types.rb', line 954

class VirtualNodeRef < Struct.new(
  :arn,
  :mesh_name,
  :virtual_node_name)
  include Aws::Structure
end

#mesh_nameString

The name of the service mesh that the virtual node resides in.

Returns:

  • (String)


954
955
956
957
958
959
# File 'lib/aws-sdk-appmesh/types.rb', line 954

class VirtualNodeRef < Struct.new(
  :arn,
  :mesh_name,
  :virtual_node_name)
  include Aws::Structure
end

#virtual_node_nameString

The name of the virtual node.

Returns:

  • (String)


954
955
956
957
958
959
# File 'lib/aws-sdk-appmesh/types.rb', line 954

class VirtualNodeRef < Struct.new(
  :arn,
  :mesh_name,
  :virtual_node_name)
  include Aws::Structure
end