Class: Aws::AppMesh::Types::UpdateMeshOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::UpdateMeshOutput
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mesh ⇒ Types::MeshData
An object that represents a service mesh returned by a describe operation.
Instance Attribute Details
#mesh ⇒ Types::MeshData
An object that represents a service mesh returned by a describe operation.
4553 4554 4555 4556 4557 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4553 class UpdateMeshOutput < Struct.new( :mesh) SENSITIVE = [] include Aws::Structure end |