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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusString

The current mesh status.

Returns:

  • (String)


3743
3744
3745
3746
3747
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3743

class MeshStatus < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end