Class: Aws::AppMesh::Types::VirtualServiceData

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

Overview

An object representing a virtual service returned by a describe operation.

Instance Attribute Summary collapse

Instance Attribute Details

#mesh_nameString

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

Returns:

  • (String)


875
876
877
878
879
880
881
882
# File 'lib/aws-sdk-appmesh/types.rb', line 875

class VirtualServiceData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_service_name)
  include Aws::Structure
end

#metadataTypes::ResourceMetadata

An object representing metadata for a resource.



875
876
877
878
879
880
881
882
# File 'lib/aws-sdk-appmesh/types.rb', line 875

class VirtualServiceData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_service_name)
  include Aws::Structure
end

#specTypes::VirtualServiceSpec

The specifications of the virtual service.



875
876
877
878
879
880
881
882
# File 'lib/aws-sdk-appmesh/types.rb', line 875

class VirtualServiceData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_service_name)
  include Aws::Structure
end

#statusTypes::VirtualServiceStatus

The current status of the virtual service.



875
876
877
878
879
880
881
882
# File 'lib/aws-sdk-appmesh/types.rb', line 875

class VirtualServiceData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_service_name)
  include Aws::Structure
end

#virtual_service_nameString

The name of the virtual service.

Returns:

  • (String)


875
876
877
878
879
880
881
882
# File 'lib/aws-sdk-appmesh/types.rb', line 875

class VirtualServiceData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_service_name)
  include Aws::Structure
end