C# 클래스 Amazon.ElasticLoadBalancing.Model.PolicyAttribute

Information about a policy attribute.
파일 보기 프로젝트 열기: scopely/aws-sdk-net

공개 메소드들

메소드 설명
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