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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


35349
35350
35351
35352
35353
35354
35355
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35349

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)


35349
35350
35351
35352
35353
35354
35355
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35349

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)


35349
35350
35351
35352
35353
35354
35355
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35349

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