Class: Outliers::Providers::Aws::Rds
- Inherits:
-
Outliers::Provider
- Object
- Outliers::Provider
- Outliers::Providers::Aws::Rds
- Includes:
- Shared
- Defined in:
- lib/outliers/providers/aws/rds.rb
Instance Attribute Summary
Attributes inherited from Outliers::Provider
Instance Method Summary collapse
Methods included from Shared
Methods inherited from Outliers::Provider
connect_to, #initialize, #logger, to_human
Constructor Details
This class inherits a constructor from Outliers::Provider
Instance Method Details
#connect ⇒ Object
8 9 10 11 |
# File 'lib/outliers/providers/aws/rds.rb', line 8 def connect logger.debug "Connecting to region '#{@region}'." unless @rds @rds ||= ::AWS::RDS.new config end |