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:



421
422
423
424
# File 'lib/aws-sdk-appmesh/types.rb', line 421

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