Class: Aws::Types::MeshSpec
- Inherits:
-
Object
- Object
- Aws::Types::MeshSpec
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_filter ⇒ Types::EgressFilter
Returns the value of attribute egress_filter.
-
#service_discovery ⇒ Types::MeshServiceDiscovery
Returns the value of attribute service_discovery.
Instance Attribute Details
#egress_filter ⇒ Types::EgressFilter
Returns the value of attribute egress_filter.
977 978 979 |
# File 'sig/types.rbs', line 977 def egress_filter @egress_filter end |
#service_discovery ⇒ Types::MeshServiceDiscovery
Returns the value of attribute service_discovery.
978 979 980 |
# File 'sig/types.rbs', line 978 def service_discovery @service_discovery end |