Class: Chef::Knife::RdsCreate

Inherits:
Chef::Knife show all
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

#runObject



15
16
17
18
# File 'lib/chef/knife/rds_create.rb', line 15

def run
  authenticate!
  puts "Nothign created yet, sorry!"
end