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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mesh_nameString

The name of the service mesh.

Returns:

  • (String)


3630
3631
3632
3633
3634
3635
3636
3637
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3630

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

#metadataTypes::ResourceMetadata

The associated metadata for the service mesh.



3630
3631
3632
3633
3634
3635
3636
3637
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3630

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

#specTypes::MeshSpec

The associated specification for the service mesh.

Returns:



3630
3631
3632
3633
3634
3635
3636
3637
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3630

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

#statusTypes::MeshStatus

The status of the service mesh.

Returns:



3630
3631
3632
3633
3634
3635
3636
3637
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3630

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