Class: Aws::AppMesh::Types::MeshData

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#mesh_nameString

The name of the service mesh.

Returns:

  • (String)


2172
2173
2174
2175
2176
2177
2178
# File 'lib/aws-sdk-appmesh/types.rb', line 2172

class MeshData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status)
  include Aws::Structure
end

#metadataTypes::ResourceMetadata

The associated metadata for the service mesh.



2172
2173
2174
2175
2176
2177
2178
# File 'lib/aws-sdk-appmesh/types.rb', line 2172

class MeshData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status)
  include Aws::Structure
end

#specTypes::MeshSpec

The associated specification for the service mesh.

Returns:



2172
2173
2174
2175
2176
2177
2178
# File 'lib/aws-sdk-appmesh/types.rb', line 2172

class MeshData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status)
  include Aws::Structure
end

#statusTypes::MeshStatus

The status of the service mesh.

Returns:



2172
2173
2174
2175
2176
2177
2178
# File 'lib/aws-sdk-appmesh/types.rb', line 2172

class MeshData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status)
  include Aws::Structure
end