Class: Aws::AppMesh::Types::VirtualServiceData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualServiceData
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a virtual service 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 service resides in.
-
#metadata ⇒ Types::ResourceMetadata
An object that represents metadata for a resource.
-
#spec ⇒ Types::VirtualServiceSpec
The specifications of the virtual service.
-
#status ⇒ Types::VirtualServiceStatus
The current status of the virtual service.
-
#virtual_service_name ⇒ String
The name of the virtual service.
Instance Attribute Details
#mesh_name ⇒ String
The name of the service mesh that the virtual service resides in.
6186 6187 6188 6189 6190 6191 6192 6193 6194 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6186 class VirtualServiceData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::ResourceMetadata
An object that represents metadata for a resource.
6186 6187 6188 6189 6190 6191 6192 6193 6194 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6186 class VirtualServiceData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |
#spec ⇒ Types::VirtualServiceSpec
The specifications of the virtual service.
6186 6187 6188 6189 6190 6191 6192 6193 6194 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6186 class VirtualServiceData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::VirtualServiceStatus
The current status of the virtual service.
6186 6187 6188 6189 6190 6191 6192 6193 6194 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6186 class VirtualServiceData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |
#virtual_service_name ⇒ String
The name of the virtual service.
6186 6187 6188 6189 6190 6191 6192 6193 6194 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6186 class VirtualServiceData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |