The PolicyAttributeTypeDescription data type. This data type is used to describe values that are acceptable for the policy attribute.
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 |
| Member | Description | |
|---|---|---|
| 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:
| |
| DefaultValue |
The default value of the attribute, if applicable.
| |
| Description |
A human-readable description of the attribute.
| |
| Equals(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()()()() | (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
|