The PolicyTypeDescription data type.

Namespace: Amazon.ElasticLoadBalancing.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class PolicyTypeDescription
Public Class PolicyTypeDescription
public ref class PolicyTypeDescription

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PolicyTypeDescription()()()()
Initializes a new instance of the PolicyTypeDescription class
Description
A human-readable description of the policy type.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
PolicyAttributeTypeDescriptions
The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.
PolicyTypeName
The name of the policy type.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithDescription(String)
Sets the Description property
WithPolicyAttributeTypeDescriptions(array<PolicyAttributeTypeDescription>[]()[][])
Adds elements to the PolicyAttributeTypeDescriptions collection
WithPolicyAttributeTypeDescriptions(IEnumerable<(Of <<'(PolicyAttributeTypeDescription>)>>))
Adds elements to the PolicyAttributeTypeDescriptions collection
WithPolicyTypeName(String)
Sets the PolicyTypeName property

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticLoadBalancing.Model..::..PolicyTypeDescription

See Also