Class: Aws::AppMesh::Types::VirtualServiceData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualServiceData
- Includes:
- Structure
- Defined in:
- 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.
6189 6190 6191 6192 6193 6194 6195 6196 6197 |
# File 'lib/aws-sdk-appmesh/types.rb', line 6189 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.
6189 6190 6191 6192 6193 6194 6195 6196 6197 |
# File 'lib/aws-sdk-appmesh/types.rb', line 6189 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.
6189 6190 6191 6192 6193 6194 6195 6196 6197 |
# File 'lib/aws-sdk-appmesh/types.rb', line 6189 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.
6189 6190 6191 6192 6193 6194 6195 6196 6197 |
# File 'lib/aws-sdk-appmesh/types.rb', line 6189 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.
6189 6190 6191 6192 6193 6194 6195 6196 6197 |
# File 'lib/aws-sdk-appmesh/types.rb', line 6189 class VirtualServiceData < Struct.new( :mesh_name, :metadata, :spec, :status, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |