Class: Aws::Lightsail::Types::GetRelationalDatabaseMasterUserPasswordResult

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

Overview

Constant Summary collapse

SENSITIVE =
[:master_user_password]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the specified version of the master user password was created.

Returns:

  • (Time)


9201
9202
9203
9204
9205
9206
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9201

class GetRelationalDatabaseMasterUserPasswordResult < Struct.new(
  :master_user_password,
  :created_at)
  SENSITIVE = [:master_user_password]
  include Aws::Structure
end

#master_user_passwordString

The master user password for the password version specified.

Returns:

  • (String)


9201
9202
9203
9204
9205
9206
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9201

class GetRelationalDatabaseMasterUserPasswordResult < Struct.new(
  :master_user_password,
  :created_at)
  SENSITIVE = [:master_user_password]
  include Aws::Structure
end