The PolicyAttributeTypeDescription data type. This data type is used to describe values that are acceptable for the policy attribute.

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 PolicyAttributeTypeDescription
Public Class PolicyAttributeTypeDescription
public ref class PolicyAttributeTypeDescription

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PolicyAttributeTypeDescription()()()()
Initializes a new instance of the PolicyAttributeTypeDescription class
AttributeName
The name of the attribute associated with the policy type.
AttributeType
The type of attribute. For example, Boolean, Integer, etc.
Cardinality
The cardinality of the attribute. Valid Values:
  • ONE(1) : Single value required
  • ZERO_OR_ONE(0..1) : Up to one value can be supplied
  • ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
  • ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
DefaultValue
The default value of the attribute, if applicable.
Description
A human-readable description of the attribute.
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.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAttributeName(String)
Sets the AttributeName property
WithAttributeType(String)
Sets the AttributeType property
WithCardinality(String)
Sets the Cardinality property
WithDefaultValue(String)
Sets the DefaultValue property
WithDescription(String)
Sets the Description property

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticLoadBalancing.Model..::..PolicyAttributeTypeDescription

See Also