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

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

Overview

<zonbook />

<xhtml />

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#meshTypes::MeshData

The full description of your service mesh following the create call.

Returns:



379
380
381
382
383
# File 'lib/aws-sdk-appmesh/types.rb', line 379

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