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

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

Overview

Constant Summary collapse

SENSITIVE =
[:password_data]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the Windows instance.

Returns:

  • (String)


35082
35083
35084
35085
35086
35087
35088
# File 'lib/aws-sdk-ec2/types.rb', line 35082

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

#password_dataString

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

Returns:

  • (String)


35082
35083
35084
35085
35086
35087
35088
# File 'lib/aws-sdk-ec2/types.rb', line 35082

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

#timestampTime

The time the data was last updated.

Returns:

  • (Time)


35082
35083
35084
35085
35086
35087
35088
# File 'lib/aws-sdk-ec2/types.rb', line 35082

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