Class: Aws::Lightsail::Types::GetRelationalDatabaseMasterUserPasswordRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#password_versionString

The password version to return.

Specifying CURRENT or PREVIOUS returns the current or previous passwords respectively. Specifying PENDING returns the newest version of the password that will rotate to CURRENT. After the PENDING password rotates to CURRENT, the PENDING password is no longer available.

Default: CURRENT

Returns:

  • (String)


9313
9314
9315
9316
9317
9318
# File 'lib/aws-sdk-lightsail/types.rb', line 9313

class GetRelationalDatabaseMasterUserPasswordRequest < Struct.new(
  :relational_database_name,
  :password_version)
  SENSITIVE = []
  include Aws::Structure
end

#relational_database_nameString

The name of your database for which to get the master user password.

Returns:

  • (String)


9313
9314
9315
9316
9317
9318
# File 'lib/aws-sdk-lightsail/types.rb', line 9313

class GetRelationalDatabaseMasterUserPasswordRequest < Struct.new(
  :relational_database_name,
  :password_version)
  SENSITIVE = []
  include Aws::Structure
end