The AccessKey data type contains information about an AWS access key, without its
            secret            key.
            
                    
            
This data type is used as a response element in the action ListAccessKeys.
 Declaration Syntax
 Declaration Syntax| C# | 
public class AccessKeyMetadata
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AccessKeyMetadata()()()() | Initializes a new instance of the AccessKeyMetadata class | 
|  | AccessKeyId | 
            Gets and sets the property AccessKeyId. 
             The ID for this access key. | 
|  | CreateDate | 
            Gets and sets the property CreateDate. 
             The date when the access key was created. | 
|  | 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.) | 
|  | Status | 
            Gets and sets the property Status. 
             
            The status of the access key.  | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UserName | 
            Gets and sets the property UserName. 
             Name of the user the key is associated with. | 
|  | WithAccessKeyId(String) | Obsolete. 
            Sets the AccessKeyId property
             | 
|  | WithCreateDate(DateTime) | Obsolete. 
            Sets the CreateDate property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
|  | WithUserName(String) | Obsolete. 
            Sets the UserName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | AccessKeyMetadata | 
 Copy
Copy