Class: Aws::AppMesh::Types::VirtualServiceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualServiceStatus
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
An object that represents the status of a virtual service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The current status of the virtual service.
Instance Attribute Details
#status ⇒ String
The current status of the virtual service.
6315 6316 6317 6318 6319 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6315 class VirtualServiceStatus < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |