Class: Aws::AppMesh::Types::MeshData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::MeshData
- 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
-
#mesh_name ⇒ String
The name of the service mesh.
-
#metadata ⇒ Types::ResourceMetadata
The associated metadata for the service mesh.
-
#spec ⇒ Types::MeshSpec
The associated specification for the service mesh.
-
#status ⇒ Types::MeshStatus
The status of the service mesh.
Instance Attribute Details
#mesh_name ⇒ String
The name of the service mesh.
5729 5730 5731 5732 5733 5734 5735 5736 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5729 class MeshData < Struct.new( :mesh_name, :metadata, :spec, :status) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::ResourceMetadata
The associated metadata for the service mesh.
5729 5730 5731 5732 5733 5734 5735 5736 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5729 class MeshData < Struct.new( :mesh_name, :metadata, :spec, :status) SENSITIVE = [] include Aws::Structure end |
#spec ⇒ Types::MeshSpec
The associated specification for the service mesh.
5729 5730 5731 5732 5733 5734 5735 5736 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5729 class MeshData < Struct.new( :mesh_name, :metadata, :spec, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::MeshStatus
The status of the service mesh.
5729 5730 5731 5732 5733 5734 5735 5736 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5729 class MeshData < Struct.new( :mesh_name, :metadata, :spec, :status) SENSITIVE = [] include Aws::Structure end |