Class: Aws::AppMesh::Types::MeshRef

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

Overview

An object representing a service mesh returned by a list operation.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The full Amazon Resource Name (ARN) of the service mesh.

Returns:

  • (String)


1961
1962
1963
1964
1965
# File 'lib/aws-sdk-appmesh/types.rb', line 1961

class MeshRef < Struct.new(
  :arn,
  :mesh_name)
  include Aws::Structure
end

#mesh_nameString

The name of the service mesh.

Returns:

  • (String)


1961
1962
1963
1964
1965
# File 'lib/aws-sdk-appmesh/types.rb', line 1961

class MeshRef < Struct.new(
  :arn,
  :mesh_name)
  include Aws::Structure
end