C# Класс Amazon.ElasticLoadBalancing.Model.PolicyAttribute

Information about a policy attribute.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
IsSetAttributeName ( ) : bool
IsSetAttributeValue ( ) : bool

Описание методов

PolicyAttribute() публичный Метод

Default constructor for a new PolicyAttribute object. Callers should use the properties to initialize this object after creating it.
public PolicyAttribute ( ) : System
Результат System

PolicyAttribute() публичный Метод

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.
Результат System