C# Class Amazon.ElasticLoadBalancing.Model.PolicyAttribute

Information about a policy attribute.
Show file Open project: scopely/aws-sdk-net

Public Methods

Method Description
PolicyAttribute ( ) : System

Default constructor for a new PolicyAttribute object. Callers should use the properties to initialize this object after creating it.

PolicyAttribute ( string attributeName, string attributeValue ) : System

Constructs a new PolicyAttribute object. Callers should use the properties initialize any additional object members.

Private Methods

Method Description
IsSetAttributeName ( ) : bool
IsSetAttributeValue ( ) : bool

Method Details

PolicyAttribute() public method

Default constructor for a new PolicyAttribute object. Callers should use the properties to initialize this object after creating it.
public PolicyAttribute ( ) : System
return System

PolicyAttribute() public method

Constructs a new PolicyAttribute object. Callers should use the properties initialize any additional object members.
public PolicyAttribute ( string attributeName, string attributeValue ) : System
attributeName string The name of the attribute associated with the policy.
attributeValue string The value of the attribute associated with the policy.
return System