Class: Aws::AppMesh::Types::CreateMeshOutput

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 following the create call.

Returns:



1654
1655
1656
1657
# File 'lib/aws-sdk-appmesh/types.rb', line 1654

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