Class: AwsVpc

Inherits:
Object
  • Object
show all
Includes:
AwsSingularResourceMixin
Defined in:
lib/resources/aws/aws_vpc.rb

Defined Under Namespace

Classes: Backend

Instance Method Summary collapse

Methods included from AwsSingularResourceMixin

#exists?, included

Methods included from AwsResourceMixin

#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner

Instance Method Details

#to_sObject



14
15
16
# File 'lib/resources/aws/aws_vpc.rb', line 14

def to_s
  "VPC #{vpc_id}"
end