Class: Aws::AppMesh::Types::MeshSpec
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::MeshSpec
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents the specification of a service mesh.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#egress_filter ⇒ Types::EgressFilter
The egress filter rules for the service mesh.
-
#service_discovery ⇒ Types::MeshServiceDiscovery
An object that represents the service discovery information for a service mesh.
Instance Attribute Details
#egress_filter ⇒ Types::EgressFilter
The egress filter rules for the service mesh.
3728 3729 3730 3731 3732 3733 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3728 class MeshSpec < Struct.new( :egress_filter, :service_discovery) SENSITIVE = [] include Aws::Structure end |
#service_discovery ⇒ Types::MeshServiceDiscovery
An object that represents the service discovery information for a service mesh.
3728 3729 3730 3731 3732 3733 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3728 class MeshSpec < Struct.new( :egress_filter, :service_discovery) SENSITIVE = [] include Aws::Structure end |