Class: Aws::Lightsail::Types::PendingModifiedRelationalDatabaseValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::PendingModifiedRelationalDatabaseValues
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes a pending database value modification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_retention_enabled ⇒ Boolean
A Boolean value indicating whether automated backup retention is enabled.
-
#engine_version ⇒ String
The database engine version.
-
#master_user_password ⇒ String
The password for the master user of the database.
Instance Attribute Details
#backup_retention_enabled ⇒ Boolean
A Boolean value indicating whether automated backup retention is enabled.
12137 12138 12139 12140 12141 12142 12143 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12137 class PendingModifiedRelationalDatabaseValues < Struct.new( :master_user_password, :engine_version, :backup_retention_enabled) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The database engine version.
12137 12138 12139 12140 12141 12142 12143 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12137 class PendingModifiedRelationalDatabaseValues < Struct.new( :master_user_password, :engine_version, :backup_retention_enabled) SENSITIVE = [] include Aws::Structure end |
#master_user_password ⇒ String
The password for the master user of the database.
12137 12138 12139 12140 12141 12142 12143 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12137 class PendingModifiedRelationalDatabaseValues < Struct.new( :master_user_password, :engine_version, :backup_retention_enabled) SENSITIVE = [] include Aws::Structure end |