Method: ActiveAws::Vpc.all
- Defined in:
- lib/active_aws/vpc.rb
.all ⇒ Object
52 53 54 55 56 |
# File 'lib/active_aws/vpc.rb', line 52 def all response = client.describe_vpcs() vpc_params = response.vpcs vpc_params.map{|i| new( **i.to_h )} end |