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