Class: Chef::Knife::RdsCreate
- Inherits:
-
Chef::Knife
- Object
- Chef::Knife
- Chef::Knife::RdsCreate
- Includes:
- RdsBase
- Defined in:
- lib/chef/knife/rds_create.rb
Constant Summary
Constants included from RdsBase
Chef::Knife::RdsBase::APPLY_METHODS
Instance Method Summary collapse
Methods included from RdsBase
#assert_name_args_at_least!, #assert_valid_apply_method!, #authenticate!, #connect!, included, #rds
Instance Method Details
#run ⇒ Object
15 16 17 18 |
# File 'lib/chef/knife/rds_create.rb', line 15 def run authenticate! puts "Nothign created yet, sorry!" end |