Class: Aws::AppMesh::Types::CreateMeshOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::CreateMeshOutput
- 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 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 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 379 class CreateMeshOutput < Struct.new( :mesh) SENSITIVE = [] include Aws::Structure end |