Password Data

Namespace: Amazon.EC2.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PasswordData()()()()
Initializes a new instance of the PasswordData class
Data
Gets and sets the Data property. The password of the instance.
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithData(String)
Sets the Data property
WithInstanceId(String)
Sets the InstanceId property
WithTimestamp(String)
Sets the Timestamp property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..PasswordData

See Also