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

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

Overview

An object that represents the status of a service mesh.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current mesh status.

Returns:

  • (String)


3302
3303
3304
3305
# File 'lib/aws-sdk-appmesh/types.rb', line 3302

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