Class: Aws::AppMesh::Types::DescribeMeshOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::DescribeMeshOutput
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
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.
2177 2178 2179 2180 2181 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2177 class DescribeMeshOutput < Struct.new( :mesh) SENSITIVE = [] include Aws::Structure end |