Password Data
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class PasswordData
Public Class PasswordData
public ref class PasswordData
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| PasswordData()()()() | Initializes a new instance of the PasswordData class | |
| Data |
Gets and sets the Data property.
The password of the instance.
| |
| 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.) | |
| InstanceId |
Gets and sets the InstanceId property.
The ID of the instance.
| |
| IsSetData()()()() |
Checks if Data property is set
| |
| IsSetInstanceId()()()() |
Checks if InstanceId property is set
| |
| IsSetTimestamp()()()() |
Checks if Timestamp property is set
| |
| Timestamp |
Gets and sets the Timestamp property.
The time the data was last updated.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithData(String) |
Sets the Data property
| |
| WithInstanceId(String) |
Sets the InstanceId property
| |
| WithTimestamp(String) |
Sets the Timestamp property
|