AWSEC2GetPasswordDataResult

Objective-C

@interface AWSEC2GetPasswordDataResult

Swift

class AWSEC2GetPasswordDataResult
  • The ID of the Windows instance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable instanceId;

    Swift

    var instanceId: String? { get set }
  • The password of the instance. Returns an empty string if the password is not available.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable passwordData;

    Swift

    var passwordData: String? { get set }
  • The time the data was last updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable timestamp;

    Swift

    var timestamp: Date? { get set }