Class: Aws::AppMesh::Types::UpdateMeshOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::UpdateMeshOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
<zonbook />
<xhtml />
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 'lib/aws-sdk-appmesh/types.rb', line 4553 class UpdateMeshOutput < Struct.new( :mesh) SENSITIVE = [] include Aws::Structure end |