Class: Aws::AppMesh::Types::VirtualServiceBackend
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualServiceBackend
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a virtual service backend for a virtual node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_policy ⇒ Types::ClientPolicy
A reference to an object that represents the client policy for a backend.
-
#virtual_service_name ⇒ String
The name of the virtual service that is acting as a virtual node backend.
Instance Attribute Details
#client_policy ⇒ Types::ClientPolicy
A reference to an object that represents the client policy for a backend.
6157 6158 6159 6160 6161 6162 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6157 class VirtualServiceBackend < Struct.new( :client_policy, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |
#virtual_service_name ⇒ String
The name of the virtual service that is acting as a virtual node backend.
6157 6158 6159 6160 6161 6162 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6157 class VirtualServiceBackend < Struct.new( :client_policy, :virtual_service_name) SENSITIVE = [] include Aws::Structure end |