Class: Aws::AppMesh::Types::DescribeMeshOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#meshTypes::MeshData

The full description of your service mesh.

Returns:



364
365
366
367
# File 'lib/aws-sdk-appmesh/types.rb', line 364

class DescribeMeshOutput < Struct.new(
  :mesh)
  include Aws::Structure
end