Class: Aws::AppMesh::Types::DescribeMeshInput

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

Overview

Note:

When making an API call, you may pass DescribeMeshInput data as a hash:

{
  mesh_name: "ResourceName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#mesh_nameString

The name of the service mesh to describe.

Returns:

  • (String)


3677
3678
3679
3680
# File 'lib/aws-sdk-appmesh/types.rb', line 3677

class DescribeMeshInput < Struct.new(
  :mesh_name)
  include Aws::Structure
end