Method: Awspec::Type::Rds#initialize

Defined in:
lib/awspec/type/rds.rb

#initialize(id) ⇒ Rds

Returns a new instance of Rds.



3
4
5
6
7
# File 'lib/awspec/type/rds.rb', line 3

def initialize(id)
  super
  @resource = find_rds(id)
  @id = @resource[:db_instance_identifier] if @resource
end