Class: Aws::AppMesh::Types::BackendDefaults
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::BackendDefaults
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents the default properties for a backend.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_policy ⇒ Types::ClientPolicy
A reference to an object that represents a client policy.
Instance Attribute Details
#client_policy ⇒ Types::ClientPolicy
A reference to an object that represents a client policy.
136 137 138 139 140 |
# File 'lib/aws-sdk-appmesh/types.rb', line 136 class BackendDefaults < Struct.new( :client_policy) SENSITIVE = [] include Aws::Structure end |