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.
9200 9201 9202 9203 9204 9205 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9200 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.
9200 9201 9202 9203 9204 9205 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9200 class GetRelationalDatabaseMasterUserPasswordResult < Struct.new( :master_user_password, :created_at) SENSITIVE = [:master_user_password] include Aws::Structure end |