class AWS::EC2::SecurityGroup
def vpc
-
(VPC, nil)
- Returns the VPC this security group belongs to,
def vpc if vpc_id VPC.new(vpc_id, :config => config) end end
(VPC, nil)
- Returns the VPC this security group belongs to,
def vpc if vpc_id VPC.new(vpc_id, :config => config) end end