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

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 describe operation.

Instance Attribute Summary collapse

Instance Attribute Details

#mesh_nameString

The name of the service mesh.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
# File 'lib/aws-sdk-appmesh/types.rb', line 2015

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

#metadataTypes::ResourceMetadata

The associated metadata for the service mesh.



2015
2016
2017
2018
2019
2020
2021
# File 'lib/aws-sdk-appmesh/types.rb', line 2015

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

#specTypes::MeshSpec

The associated specification for the service mesh.

Returns:



2015
2016
2017
2018
2019
2020
2021
# File 'lib/aws-sdk-appmesh/types.rb', line 2015

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

#statusTypes::MeshStatus

The status of the service mesh.

Returns:



2015
2016
2017
2018
2019
2020
2021
# File 'lib/aws-sdk-appmesh/types.rb', line 2015

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