Class: Aws::AppMesh::Types::BackendDefaults

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/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

Instance Attribute Details

#client_policyTypes::ClientPolicy

A reference to an object that represents a client policy.

Returns:



136
137
138
139
140
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 136

class BackendDefaults < Struct.new(
  :client_policy)
  SENSITIVE = []
  include Aws::Structure
end