Method: AwsVpcs#fetch_from_api
- Defined in:
- lib/resources/aws/aws_vpcs.rb
#fetch_from_api ⇒ Object
31 32 33 |
# File 'lib/resources/aws/aws_vpcs.rb', line 31 def fetch_from_api @table = BackendFactory.create(inspec_runner).describe_vpcs.to_h[:vpcs] end |