Class: Aws::AppMesh::Types::UpdateMeshOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#meshTypes::MeshData

An object that represents a service mesh returned by a describe operation.

Returns:



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