Class: Aws::AppMesh::Types::DescribeMeshOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::DescribeMeshOutput
- 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.
Instance Attribute Details
#mesh ⇒ Types::MeshData
The full description of your service mesh.
1160 1161 1162 1163 1164 |
# File 'lib/aws-sdk-appmesh/types.rb', line 1160 class DescribeMeshOutput < Struct.new( :mesh) SENSITIVE = [] include Aws::Structure end |