Class: Aws::AppMesh::Types::VirtualServiceRef

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

Overview

An object that represents a virtual service returned by a list operation.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


840
841
842
843
844
845
# File 'lib/aws-sdk-appmesh/types.rb', line 840

class VirtualServiceRef < Struct.new(
  :arn,
  :mesh_name,
  :virtual_service_name)
  include Aws::Structure
end

#mesh_nameString

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

Returns:

  • (String)


840
841
842
843
844
845
# File 'lib/aws-sdk-appmesh/types.rb', line 840

class VirtualServiceRef < Struct.new(
  :arn,
  :mesh_name,
  :virtual_service_name)
  include Aws::Structure
end

#virtual_service_nameString

The name of the virtual service.

Returns:

  • (String)


840
841
842
843
844
845
# File 'lib/aws-sdk-appmesh/types.rb', line 840

class VirtualServiceRef < Struct.new(
  :arn,
  :mesh_name,
  :virtual_service_name)
  include Aws::Structure
end