Class: Aws::Lightsail::Types::GetRelationalDatabaseMasterUserPasswordResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetRelationalDatabaseMasterUserPasswordResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:master_user_password]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the specified version of the master user password was created.
-
#master_user_password ⇒ String
The master user password for the ‘password version` specified.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the specified version of the master user password was created.
9331 9332 9333 9334 9335 9336 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9331 class GetRelationalDatabaseMasterUserPasswordResult < Struct.new( :master_user_password, :created_at) SENSITIVE = [:master_user_password] include Aws::Structure end |
#master_user_password ⇒ String
The master user password for the ‘password version` specified.
9331 9332 9333 9334 9335 9336 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9331 class GetRelationalDatabaseMasterUserPasswordResult < Struct.new( :master_user_password, :created_at) SENSITIVE = [:master_user_password] include Aws::Structure end |