Class: Aws::AppMesh::Types::MeshStatus

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

Overview

An object representing the status of a service mesh.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current mesh status.

Returns:

  • (String)


2759
2760
2761
2762
# File 'lib/aws-sdk-appmesh/types.rb', line 2759

class MeshStatus < Struct.new(
  :status)
  include Aws::Structure
end