C# Class Amazon.ElasticLoadBalancing.Model.PolicyAttribute

Information about a policy attribute.
Afficher le fichier Open project: scopely/aws-sdk-net

Méthodes publiques

Méthode 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

Méthode Description
IsSetAttributeName ( ) : bool
IsSetAttributeValue ( ) : bool

Method Details

PolicyAttribute() public méthode

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

PolicyAttribute() public méthode

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.
Résultat System