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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the Windows instance.

Returns:

  • (String)


20101
20102
20103
20104
20105
20106
# File 'lib/aws-sdk-ec2/types.rb', line 20101

class GetPasswordDataResult < Struct.new(
  :instance_id,
  :password_data,
  :timestamp)
  include Aws::Structure
end

#password_dataString

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

Returns:

  • (String)


20101
20102
20103
20104
20105
20106
# File 'lib/aws-sdk-ec2/types.rb', line 20101

class GetPasswordDataResult < Struct.new(
  :instance_id,
  :password_data,
  :timestamp)
  include Aws::Structure
end

#timestampTime

The time the data was last updated.

Returns:

  • (Time)


20101
20102
20103
20104
20105
20106
# File 'lib/aws-sdk-ec2/types.rb', line 20101

class GetPasswordDataResult < Struct.new(
  :instance_id,
  :password_data,
  :timestamp)
  include Aws::Structure
end