You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::GetPasswordDataResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the Windows instance.

Returns:

  • (String)

    The ID of the Windows instance.

#password_dataString

The password of the instance. Returns an empty string if the password is not available.

Returns:

  • (String)

    The password of the instance.

#timestampTime

The time the data was last updated.

Returns:

  • (Time)

    The time the data was last updated.