update multimethod

Methods

update(dst:Hash, src:Hash)
Update a Hash with key-value pairs from another Hash. For non destructive version use "dst + src".

Returns

dst

Example

{"a": 1, "b": 2}.update({"b": 10, "c": 20})  # {a=1, b=10, c=20}
update(r:AWS::VpcRes, props:Hash)internal
Declarative primitive for updating AWS VPC resources
update(r:AWS::IgwRes, props:Hash)internal
Declarative primitive for creating AWS InternetGateway resources
update(r:AWS::RouteTableRes, props:Hash)internal
Declarative primitive for updating AWS RouteTable resources
update(sg:AWS::SecGroupRes, props:Hash)internal
Declarative primitive for updating AWS Security Group resources
update(r:AWS::SubnetRes, props:Hash)internal
Declarative primitive for updating AWS Subnet resources
update(r:AWS::InstanceRes, props:Hash)internal
Declarative primitive for updating AWS Instance resources
update(elb:AWS::ElbRes, props:Hash)internal
Declarative primitive for updating AWS Elastic Load Balancer resources
update(rrset:AWS::RecordSetRes, props:Hash)internal
Declarative primitive for updating AWS Route53 RecordSet resources
update(r:AWS2::Res, orig_props:Hash)
Undocumented
update(sg:AWS2::SecGroupRes, props:Hash)internal
Declarative primitive for updating AWS Security Group resources
update(r:AWS2::SubnetRes, props:Hash)internal
Declarative primitive for updating AWS Subnet resources
update(r:AWS2::InstanceRes, props:Hash)internal
Declarative primitive for updating AWS Instance resources
update(elb:AWS2::ElbRes, props:Hash)internal
Declarative primitive for updating AWS Elastic Load Balancer resources
update(z:AWS2::ZoneRes, props:Hash)
Undocumented
update(rrset:AWS2::RecordSetRes, props:Hash)internal
Declarative primitive for updating AWS Route53 RecordSet resources