Class: Aws::AppMesh::Types::CreateMeshOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::CreateMeshOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
<zonbook />
<xhtml />
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mesh ⇒ Types::MeshData
The full description of your service mesh following the create call.
Instance Attribute Details
#mesh ⇒ Types::MeshData
The full description of your service mesh following the create call.
379 380 381 382 383 |
# File 'lib/aws-sdk-appmesh/types.rb', line 379 class CreateMeshOutput < Struct.new( :mesh) SENSITIVE = [] include Aws::Structure end |