Class: Aws::RailsProvisioner::DBCluster::BackUp
- Inherits:
-
Object
- Object
- Aws::RailsProvisioner::DBCluster::BackUp
- Defined in:
- lib/aws-rails-provisioner/db_cluster.rb
Instance Attribute Summary collapse
- #preferred_window ⇒ String readonly
- #retention_days ⇒ Integer readonly
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ BackUp
constructor
A new instance of BackUp.
Constructor Details
#initialize(options = {}) ⇒ BackUp
Returns a new instance of BackUp.
167 168 169 170 |
# File 'lib/aws-rails-provisioner/db_cluster.rb', line 167 def initialize( = {}) @retention_days = [:retention_days] @preferred_window = [:preferred_window] end |
Instance Attribute Details
#preferred_window ⇒ String (readonly)
176 177 178 |
# File 'lib/aws-rails-provisioner/db_cluster.rb', line 176 def preferred_window @preferred_window end |
#retention_days ⇒ Integer (readonly)
173 174 175 |
# File 'lib/aws-rails-provisioner/db_cluster.rb', line 173 def retention_days @retention_days end |